Searched refs:PyCF_SOURCE_IS_UTF8 (Results 1 – 7 of 7) sorted by relevance
27 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
36 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in _symtable_symtable_impl()
14 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
736 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8; in builtin_compile_impl()950 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_eval_impl()1041 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_exec_impl()
551 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in builtin_compile()696 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in builtin_eval()
225 if (flags && flags->cf_flags & PyCF_SOURCE_IS_UTF8) { in PyAST_FromNode()
5116 cf.cf_flags |= PyCF_SOURCE_IS_UTF8; in exec_statement()