Skip to content

Commit

Permalink
Merge branch 'main' into linenos
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Oct 7, 2022
2 parents 498e98b + be4099e commit f8d061b
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 129 deletions.
4 changes: 4 additions & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit f8d061b

Please sign in to comment.