We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f904fce commit 6c9d14eCopy full SHA for 6c9d14e
1 file changed
Modules/_io/iobase.c
@@ -961,6 +961,7 @@ _io__RawIOBase_read_impl(PyObject *self, Py_ssize_t n)
961
"resize returned unexpected value %R",
962
res);
963
Py_DECREF(res);
964
+ res = NULL;
965
}
966
return res;
967
0 commit comments