gh-71316: Update dis documentation to include changes to jump arguments (GH-95798)

(cherry picked from commit 6592a62ec2)

Co-authored-by: Christopher Chianelli <cchianel@redhat.com>
This commit is contained in:
Miss Islington (bot) 2022-10-07 07:10:46 -07:00 committed by Pablo Galindo
parent 40527c2b19
commit a8a33e16e3
No known key found for this signature in database
GPG Key ID: FFE87404168BD847
1 changed files with 4 additions and 0 deletions

View File

@ -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