Searched refs:cmd_copy (Results 1 – 2 of 2) sorted by relevance
1399 …ng(PyObject *cmd, const char *funcname, const char *what, PyCompilerFlags *cf, PyObject **cmd_copy) in _Py_SourceAsString() argument1405 *cmd_copy = NULL; in _Py_SourceAsString()1422 *cmd_copy = PyBytes_FromStringAndSize( in _Py_SourceAsString()1425 if (*cmd_copy == NULL) { in _Py_SourceAsString()1428 str = PyBytes_AS_STRING(*cmd_copy); in _Py_SourceAsString()1429 size = PyBytes_GET_SIZE(*cmd_copy); in _Py_SourceAsString()1441 Py_CLEAR(*cmd_copy); in _Py_SourceAsString()
78 PyObject **cmd_copy);