mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +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. */
|
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