Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update Doc/library/dis.rst
Co-authored-by: Guido van Rossum <[email protected]>
  • Loading branch information
tomasr8 and gvanrossum authored May 25, 2023
commit e8a2012969819b26ed31b89b5f1b014fa945b807
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ details of bytecode instructions as :class:`Instruction` instances:

.. versionchanged:: 3.13

Fields ``start_offset``, ``cache_offset``, ``end_offset``, ``baseopname``, ``baseopcode``, ``jump_target`` and ``oparg`` are added.
Added fields ``start_offset``, ``cache_offset``, ``end_offset``, ``baseopname``, ``baseopcode``, ``jump_target`` and ``oparg``.


.. class:: Positions
Expand Down