mirror of
https://github.com/python/cpython.git
synced 2025-09-04 07:51:13 +00:00
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
This commit is contained in:
parent
48050cbbe7
commit
1dfd247c1b
5 changed files with 4 additions and 36 deletions
|
@ -84,9 +84,6 @@ PyInit__symtable(void)
|
|||
PyModule_AddIntConstant(m, "TYPE_CLASS", ClassBlock);
|
||||
PyModule_AddIntConstant(m, "TYPE_MODULE", ModuleBlock);
|
||||
|
||||
PyModule_AddIntMacro(m, OPT_IMPORT_STAR);
|
||||
PyModule_AddIntMacro(m, OPT_TOPLEVEL);
|
||||
|
||||
PyModule_AddIntMacro(m, LOCAL);
|
||||
PyModule_AddIntMacro(m, GLOBAL_EXPLICIT);
|
||||
PyModule_AddIntMacro(m, GLOBAL_IMPLICIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue