mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
This commit is contained in:
parent
b9c9a36c2f
commit
dd693d6320
5 changed files with 23 additions and 40 deletions
|
|
@ -124,6 +124,11 @@ opcode
|
|||
This field was added in 3.12, it was never documented and is not intended for
|
||||
external usage. (Contributed by Irit Katriel in :gh:`105481`.)
|
||||
|
||||
* Removed ``opcode.is_pseudo``, ``opcode.MIN_PSEUDO_OPCODE`` and
|
||||
``opcode.MAX_PSEUDO_OPCODE``, which were added in 3.12, were never
|
||||
documented or exposed through ``dis``, and were not intended to be
|
||||
used externally.
|
||||
|
||||
pathlib
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue