Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfuture.c9 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features()
57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
118 PyFutureFeatures *
121 PyFutureFeatures *ff; in _PyFuture_FromAST()
123 ff = (PyFutureFeatures *)PyObject_Malloc(sizeof(PyFutureFeatures)); in _PyFuture_FromAST()
Dsymtable.c282 _PySymtable_Build(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in _PySymtable_Build()
2151 PyFutureFeatures *future = _PyFuture_FromAST(mod, filename); in _Py_SymtableStringObjectFlags()
Dcompile.c221 PyFutureFeatures *c_future; /* pointer to module's __future__ */
/third_party/python/Include/internal/
Dpycore_symtable.h38 PyFutureFeatures *st_future; /* module's future features that affect
87 PyFutureFeatures *future);
Dpycore_compile.h21 extern PyFutureFeatures* _PyFuture_FromAST(
/third_party/python/Include/cpython/
Dcompile.h37 } PyFutureFeatures; typedef