mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
GH-113710: Tier 2 optimizer: check the function instead of checking globals. (GH-116410)
This commit is contained in:
parent
33c0aa3bb9
commit
27858e2a17
6 changed files with 137 additions and 149 deletions
6
Python/optimizer_cases.c.h
generated
6
Python/optimizer_cases.c.h
generated
|
@ -1951,11 +1951,7 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _CHECK_GLOBALS: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _CHECK_BUILTINS: {
|
||||
case _CHECK_FUNCTION: {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue