Skip to content

Commit f8d061b

Browse files
Merge branch 'main' into linenos
2 parents 498e98b + be4099e commit f8d061b

File tree

4 files changed

+207
-129
lines changed

4 files changed

+207
-129
lines changed

Doc/library/dis.rst

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ interpreter.
3030
Use 2 bytes for each instruction. Previously the number of bytes varied
3131
by instruction.
3232

33+
.. versionchanged:: 3.10
34+
The argument of jump, exception handling and loop instructions is now
35+
the instruction offset rather than the byte offset.
36+
3337
.. versionchanged:: 3.11
3438
Some instructions are accompanied by one or more inline cache entries,
3539
which take the form of :opcode:`CACHE` instructions. These instructions

0 commit comments

Comments
 (0)