Thanks to visit codestin.com Credit goes to github.com
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 ea7fe1f commit 43cd7aaCopy full SHA for 43cd7aa
1 file changed
Modules/_io/fileio.c
@@ -457,6 +457,7 @@ _io_FileIO___init___impl(fileio *self, PyObject *nameobj, const char *mode,
457
#endif
458
}
459
460
+ PyMem_Free(self->stat_atopen);
461
self->stat_atopen = PyMem_New(struct _Py_stat_struct, 1);
462
if (self->stat_atopen == NULL) {
463
PyErr_NoMemory();
0 commit comments