mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_IF instead of jumps. (GH-111849)
This commit is contained in:
parent
11e83488c5
commit
06efb60264
8 changed files with 59 additions and 136 deletions
|
@ -216,7 +216,7 @@ kwds.append(MACRO)
|
|||
keywords = {name.lower(): name for name in kwds}
|
||||
|
||||
ANNOTATION = "ANNOTATION"
|
||||
annotations = {"specializing", "guard", "override", "register"}
|
||||
annotations = {"specializing", "guard", "override", "register", "replaced"}
|
||||
|
||||
__all__ = []
|
||||
__all__.extend(kwds)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue