Commit 85eeb7c6 authored by Benjamin Peterson's avatar Benjamin Peterson

backout d28242a636c7 so I can backout 2807a5f011e4

parent 204a9a33
......@@ -958,8 +958,10 @@ safely_reopen_archive(ZipImporter *self)
}
Py_XDECREF(self->files); /* free the old value. */
self->files = files;
} else {
/* No problem, discard the new stat data. */
Py_DECREF(stat_now);
}
Py_DECREF(stat_now);
} /* stat succeeded */
return fp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment