Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h22 PyFutureFeatures *st_future; /* module's future features */ member
/external/python/cpython3/Include/
Dsymtable.h31 PyFutureFeatures *st_future; /* module's future features that affect member
/external/python/cpython2/Modules/
Dsymtablemodule.c38 PyMem_Free((void *)st->st_future); in symtable_symtable()
/external/python/cpython3/Modules/
Dsymtablemodule.c52 PyMem_Free((void *)st->st_future); in _symtable_symtable_impl()
/external/python/cpython2/Python/
Dsymtable.c230 st->st_future = future; in PySymtable_Build()
/external/python/cpython3/Python/
Dsymtable.c267 st->st_future = future; in PySymtable_BuildObject()