Searched refs:PyCF_SOURCE_IS_UTF8 (Results 1 – 6 of 6) sorted by relevance
21 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
14 #define PyCF_SOURCE_IS_UTF8 0x0100 macro
810 cf.cf_flags = flags | PyCF_SOURCE_IS_UTF8; in builtin_compile_impl()1001 cf.cf_flags = PyCF_SOURCE_IS_UTF8; in builtin_eval_impl()1085 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()