Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h15 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
/third_party/python/Modules/
Dsymtablemodule.c33 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in _symtable_symtable_impl()
/third_party/python/Python/
Dbltinmodule.c761 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8; in builtin_compile_impl()
971 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_eval_impl()
1062 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_exec_impl()