Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcompile.h15 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
/external/python/cpython3/Modules/
Dsymtablemodule.c34 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in _symtable_symtable_impl()
/external/python/cpython3/Python/
Dbltinmodule.c774 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8; in builtin_compile_impl()
1018 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_eval_impl()
1163 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_exec_impl()