Home
last modified time | relevance | path

Searched refs:codeflags (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dceval.c4477 const int codeflags = current_frame->f_code->co_flags; in PyEval_MergeCompilerFlags() local
4478 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
4484 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()
/external/python/cpython2/Python/
Dceval.c4185 const int codeflags = current_frame->f_code->co_flags; in PyEval_MergeCompilerFlags() local
4186 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
4192 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()