Home
last modified time | relevance | path

Searched refs:CO_GENERATOR_ALLOWED (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/
D__future__.py67 CO_GENERATOR_ALLOWED = 0 # generators (obsolete, was 0x1000) variable
108 CO_GENERATOR_ALLOWED)
/external/python/cpython3/Lib/
D__future__.py70 CO_GENERATOR_ALLOWED = 0 # generators (obsolete, was 0x1000) variable
115 CO_GENERATOR_ALLOWED)
/external/python/cpython2/Lib/compiler/
Dconsts.py19 CO_GENERATOR_ALLOWED = 0 variable
/external/python/cpython2/Include/
Dcode.h48 #define CO_GENERATOR_ALLOWED 0x1000
/external/python/cpython2/Python/
Dceval.c4192 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
4194 cf->cf_flags |= CO_GENERATOR_ALLOWED; in PyEval_MergeCompilerFlags()
/external/python/cpython3/Python/
Dceval.c4955 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
4957 cf->cf_flags |= CO_GENERATOR_ALLOWED; in PyEval_MergeCompilerFlags()
/external/python/cpython2/Misc/
DHISTORY1115 - CO_GENERATOR_ALLOWED is no longer defined. This behavior is the default.
/external/python/cpython3/Misc/
DHISTORY18499 - CO_GENERATOR_ALLOWED is no longer defined. This behavior is the default.