Home
last modified time | relevance | path

Searched refs:CO_GENERATOR_ALLOWED (Results 1 – 5 of 5) 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/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.c4172 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
4174 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.