Home
last modified time | relevance | path

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

/third_party/python/Python/
Dceval.c5738 const int codeflags = current_frame->f_code->co_flags; in PyEval_MergeCompilerFlags() local
5739 const int compilerflags = codeflags & PyCF_MASK; in PyEval_MergeCompilerFlags()
5745 if (codeflags & CO_GENERATOR_ALLOWED) { in PyEval_MergeCompilerFlags()