mirror of https://github.com/python/cpython
moduleName can be NULL
This commit is contained in:
parent
aa220a7023
commit
1a26920506
|
@ -604,7 +604,7 @@ PyErr_WriteUnraisable(PyObject *obj)
|
|||
PyFile_WriteString(": ", f);
|
||||
PyFile_WriteObject(v, f, 0);
|
||||
}
|
||||
Py_DECREF(moduleName);
|
||||
Py_XDECREF(moduleName);
|
||||
}
|
||||
PyFile_WriteString(" in ", f);
|
||||
PyFile_WriteObject(obj, f, 0);
|
||||
|
|
Loading…
Reference in New Issue