This commit is contained in:
Benjamin Peterson 2015-11-15 21:57:50 -08:00
commit d798dc1034
2 changed files with 4 additions and 0 deletions

View file

@ -3775,6 +3775,7 @@ PyUnicode_FSConverter(PyObject* arg, void* addr)
void *data;
if (arg == NULL) {
Py_DECREF(*(PyObject**)addr);
*(PyObject**)addr = NULL;
return 1;
}
if (PyBytes_Check(arg)) {