Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h22 PyFutureFeatures *st_future; /* module's future features */ member
/external/python/cpython2/Modules/
Dsymtablemodule.c38 PyMem_Free((void *)st->st_future); in symtable_symtable()
/external/python/cpython2/Python/
Dsymtable.c228 st->st_future = future; in PySymtable_Build()