Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2025

Conversation

nybblista
Copy link
Contributor

@nybblista nybblista commented Mar 13, 2025

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-app bedevere-app bot added docs Documentation in the Doc dir skip news awaiting review labels Mar 13, 2025
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Mar 13, 2025
@picnixz picnixz changed the title add JUMP_BACKWARD macro to the Jumps section gh-119786: add JUMP_BACKWARD macro to the Jumps section Mar 13, 2025
@nybblista
Copy link
Contributor Author

@iritkatriel

@iritkatriel iritkatriel merged commit 23cda58 into python:main Mar 16, 2025
34 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Mar 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.
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants