mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
moduleName can be NULL
This commit is contained in:
parent
aa220a7023
commit
1a26920506
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue