mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
merge 3.3
This commit is contained in:
commit
766e10c4a8
1 changed files with 1 additions and 3 deletions
|
@ -961,10 +961,8 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue