Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c220 struct symtable *c_st; member
447 c.c_st = _PySymtable_Build(mod, filename, c.c_future); in _PyAST_Compile()
448 if (c.c_st == NULL) { in _PyAST_Compile()
465 if (c->c_st) in compiler_free()
466 _PySymtable_Free(c->c_st); in compiler_free()
624 u->u_ste = PySymtable_Lookup(c->c_st, key); in compiler_enter_scope()