Lines Matching refs:py_src_path
624 PyObject *py_src_path = NULL;
628 PyUnicode_FSConverter, &py_src_path,
632 if (py_src_path != NULL) {
633 src_path = PyBytes_AS_STRING(py_src_path);
644 Py_XDECREF(py_src_path);
649 Py_XDECREF(py_src_path);
1218 PyObject *py_src_path = NULL;
1222 PyUnicode_FSConverter, &py_src_path,
1226 if (py_src_path != NULL) {
1227 src_path = PyBytes_AS_STRING(py_src_path);
1238 Py_XDECREF(py_src_path);
1243 Py_XDECREF(py_src_path);