Skip to content

Commit

Permalink
pythongh-71316: Update dis documentation to include changes to jump a…
Browse files Browse the repository at this point in the history
…rguments (pythonGH-95798)
  • Loading branch information
Christopher-Chianelli committed Oct 7, 2022
1 parent e500cc0 commit 6592a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/library/dis.rst
Expand Up @@ -30,6 +30,10 @@ interpreter.
Use 2 bytes for each instruction. Previously the number of bytes varied
by instruction.

.. versionchanged:: 3.10
The argument of jump, exception handling and loop instructions is now
the instruction offset rather than the byte offset.

.. versionchanged:: 3.11
Some instructions are accompanied by one or more inline cache entries,
which take the form of :opcode:`CACHE` instructions. These instructions
Expand Down

0 comments on commit 6592a62

Please sign in to comment.