mirror of
https://github.com/python/cpython.git
synced 2026-01-04 22:42:14 +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
|
|
@ -0,0 +1,2 @@
|
|||
Remove ``opcode.is_pseudo``, ``opcode.MIN_PSEUDO_OPCODE`` and ``opcode.MAX_PSEUDO_OPCODE``,
|
||||
which were added in 3.12, were never documented and were not intended to be used externally.
|
||||
Loading…
Add table
Add a link
Reference in a new issue