merge 3.3

This commit is contained in:
Benjamin Peterson 2014-01-09 09:36:23 -06:00
commit 766e10c4a8

View file

@ -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;