Skip to content

Commit 2e26bf5

Browse files
Merge branch 'main' into pidfd
2 parents 1e497f8 + be4099e commit 2e26bf5

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)