mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)
This commit is contained in:
parent
49f238e78c
commit
6ef8f8ca88
8 changed files with 21 additions and 12 deletions
|
|
@ -19,9 +19,6 @@
|
|||
|
||||
cmp_op = ('<', '<=', '==', '!=', '>', '>=')
|
||||
|
||||
|
||||
ENABLE_SPECIALIZATION = True
|
||||
|
||||
def is_pseudo(op):
|
||||
return op >= MIN_PSEUDO_OPCODE and op <= MAX_PSEUDO_OPCODE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue