Skip to content

gh-119786: add JUMP_BACKWARD macro to the Jumps section - #131213

Merged
iritkatriel merged 1 commit into
python:mainfrom
nybblista:doc-jump-backward
Mar 16, 2025
Merged

gh-119786: add JUMP_BACKWARD macro to the Jumps section#131213
iritkatriel merged 1 commit into
python:mainfrom
nybblista:doc-jump-backward

Conversation

@nybblista

@nybblistanybblista commented Mar 13, 2025

Copy link
Copy Markdown
Contributor

The Jumps section in interpreter.md shows how to manipulate the next_instr offset forward and backward. However, the section uses the macro name for the forward (JUMP_FORWARD) at the first point, but it does not use the macro name for the backward point, so the JUMP_BACKWARD macro name was added to the second point.

JUMP_BACKWARD opcode macro added to the Jumps section in
interpreter.md file at InternalDocs.
@bedevere-appbedevere-appBot added docs Documentation in the Doc dir skip news awaiting review labels Mar 13, 2025
@picnixzpicnixz changed the title add JUMP_BACKWARD macro to the Jumps sectiongh-119786: add JUMP_BACKWARD macro to the Jumps sectionMar 13, 2025
@nybblista

Copy link
Copy Markdown
ContributorAuthor

@iritkatriel

@iritkatriel
iritkatriel merged commit 23cda58 into python:mainMar 16, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMar 16, 2025
@nybblista
nybblista deleted the doc-jump-backward branch March 17, 2025 00:19
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request Mar 17, 2025
…on#131213)
add JUMP_BACKWARD opcode macro to the Jumps section
JUMP_BACKWARD opcode macro added to the Jumps section in
interpreter.md file at InternalDocs.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

@nybblista@iritkatriel