From: Benjamin Peterson Date: Sun, 16 Feb 2014 19:11:56 +0000 (-0500) Subject: backout d28242a636c7 so I can backout 2807a5f011e4 X-Git-Tag: v3.3.5rc1^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c20b4d872d5e2a705afb46dc954ef9ca1146109b;p=python backout d28242a636c7 so I can backout 2807a5f011e4 --- diff --git a/Modules/zipimport.c b/Modules/zipimport.c index fc6c0e4dc2..bfac46233d 100644 --- a/Modules/zipimport.c +++ b/Modules/zipimport.c @@ -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;