Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h90 #define OPT_TOPLEVEL 8 /* top-level names, including eval and exec */ macro
/external/python/cpython2/Python/
Dsymtable.c236 st->st_cur->ste_unoptimized = OPT_TOPLEVEL; in PySymtable_Build()
495 case OPT_TOPLEVEL: /* exec / import * at top-level is fine */ in check_unoptimized()