Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h90 extern void _PySymtable_Free(struct symtable *);
/third_party/python/Modules/
Dsymtablemodule.c61 _PySymtable_Free(st); in _symtable_symtable_impl()
/third_party/python/Python/
Dsymtable.c265 _PySymtable_Free(st); in symtable_new()
294 _PySymtable_Free(st); in _PySymtable_Build()
304 _PySymtable_Free(st); in _PySymtable_Build()
317 _PySymtable_Free(st); in _PySymtable_Build()
347 _PySymtable_Free(st); in _PySymtable_Build()
355 _PySymtable_Free(st); in _PySymtable_Build()
361 _PySymtable_Free(st); in _PySymtable_Build()
365 _PySymtable_Free(st); in _PySymtable_Build()
371 _PySymtable_Free(struct symtable *st) in _PySymtable_Free() function
Dcompile.c466 _PySymtable_Free(c->c_st); in compiler_free()