mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
backout d28242a636c7 so I can backout 2807a5f011e4
This commit is contained in:
parent
0b094ce170
commit
c20b4d872d
1 changed files with 3 additions and 1 deletions
|
@ -958,8 +958,10 @@ safely_reopen_archive(ZipImporter *self)
|
||||||
}
|
}
|
||||||
Py_XDECREF(self->files); /* free the old value. */
|
Py_XDECREF(self->files); /* free the old value. */
|
||||||
self->files = files;
|
self->files = files;
|
||||||
|
} else {
|
||||||
|
/* No problem, discard the new stat data. */
|
||||||
|
Py_DECREF(stat_now);
|
||||||
}
|
}
|
||||||
Py_DECREF(stat_now);
|
|
||||||
} /* stat succeeded */
|
} /* stat succeeded */
|
||||||
|
|
||||||
return fp;
|
return fp;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue