Home
last modified time | relevance | path

Searched refs:source_copy (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dsymtablemodule.c31 PyObject *source_copy = NULL; in _symtable_symtable_impl() local
35 const char *str = _Py_SourceAsString(source, "symtable", "string or bytes", &cf, &source_copy); in _symtable_symtable_impl()
50 Py_XDECREF(source_copy); in _symtable_symtable_impl()
55 Py_XDECREF(source_copy); in _symtable_symtable_impl()
/third_party/python/Python/
H A Dbltinmodule.c744 PyObject *source_copy; in builtin_compile_impl() local
827 str = _Py_SourceAsString(source, "compile", "string, bytes or AST", &cf, &source_copy); in builtin_compile_impl()
833 Py_XDECREF(source_copy); in builtin_compile_impl()
908 PyObject *result, *source_copy; in builtin_eval_impl() local
962 str = _Py_SourceAsString(source, "eval", "string, bytes or code", &cf, &source_copy); in builtin_eval_impl()
971 Py_XDECREF(source_copy); in builtin_eval_impl()
1092 PyObject *source_copy; in builtin_exec_impl() local
1098 &source_copy); in builtin_exec_impl()
1106 Py_XDECREF(source_copy); in builtin_exec_impl()

Completed in 4 milliseconds