mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
GH-91095: Specialize calls to normal Python classes. (GH-99331)
This commit is contained in:
parent
c01da2896a
commit
04492cbc9a
20 changed files with 511 additions and 189 deletions
|
@ -97,6 +97,7 @@ def_op('UNARY_NEGATIVE', 11)
|
|||
def_op('UNARY_NOT', 12)
|
||||
|
||||
def_op('UNARY_INVERT', 15)
|
||||
def_op('EXIT_INIT_CHECK', 16)
|
||||
|
||||
# We reserve 17 as it is the initial value for the specializing counter
|
||||
# This helps us catch cases where we attempt to execute a cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue