mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.13] Add .. versionadded
directive to dis
CLI options (GH-130267) (#130401)
(cherry picked from commit 9bf73c032f
)
This commit is contained in:
parent
ea15cefbf7
commit
2a978e16d6
1 changed files with 4 additions and 0 deletions
|
@ -99,10 +99,14 @@ The following options are accepted:
|
|||
|
||||
Show inline caches.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. option:: -O, --show-offsets
|
||||
|
||||
Show offsets of instructions.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
If :file:`infile` is specified, its disassembled code will be written to stdout.
|
||||
Otherwise, disassembly is performed on compiled source code received from stdin.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue