Skip to content
Snippets Groups Projects
Unverified Commit 5e87cc2a authored by Christopher Chianelli's avatar Christopher Chianelli Committed by GitHub
Browse files

[3.10] gh-71316: Update dis documentation to include changes to jump arguments...

[3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029)

(cherry picked from commit 6592a62e)

Co-authored-by: default avatarChristopher Chianelli <cchianel@redhat.com>
parent 11945f2c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,10 @@ interpreter. ...@@ -24,6 +24,10 @@ interpreter.
Use 2 bytes for each instruction. Previously the number of bytes varied Use 2 bytes for each instruction. Previously the number of bytes varied
by instruction. by instruction.
.. versionchanged:: 3.10
The argument of jump, exception handling and loop instructions is now
the instruction offset rather than the byte offset.
Example: Given the function :func:`myfunc`:: Example: Given the function :func:`myfunc`::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment