mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Hopefully this removes all vestiges of CO_GENERATOR_ALLOWED that can
be removed in 2.x.
This commit is contained in:
parent
fa0cf4f3ae
commit
eaed39f303
2 changed files with 2 additions and 4 deletions
|
@ -15,7 +15,7 @@ CO_VARARGS = 0x0004
|
|||
CO_VARKEYWORDS = 0x0008
|
||||
CO_NESTED = 0x0010
|
||||
CO_GENERATOR = 0x0020
|
||||
CO_GENERATOR_ALLOWED = 0x1000
|
||||
CO_GENERATOR_ALLOWED = 0
|
||||
CO_FUTURE_DIVISION = 0x2000
|
||||
CO_FUTURE_ABSIMPORT = 0x4000
|
||||
CO_FUTURE_WITH_STATEMENT = 0x8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue