Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_symtable.h38 PyFutureFeatures *st_future; /* module's future features that affect member
/third_party/python/Python/
Dsymtable.c299 st->st_future = future; in _PySymtable_Build()
1826 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotation()
1861 int future_annotations = st->st_future->ff_features & CO_FUTURE_ANNOTATIONS; in symtable_visit_annotations()