This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients brett.cannon, eric.snow, georg.brandl, gregory.p.smith, larry, ncoghlan, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-28.08:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390897487.24.0.774393268344.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed in the 2.7 branch.  The existing patch in the 3.3 and 3.4 branches is incomplete and does not actually fix the problem.  Despite what the Misc/NEWS entry claims.  The patch I am attaching now (applies to 3.3, I will forward port it to 3.4) fixes the remaining issue with zipimport failing subimports when the zip file has changed while the process is running.

Marking as a release blocker as one of the following needs to happen for both 3.3 and 3.4 prior to their final release:

A) The -gps05 patch needs to be applied (and forward ported to 3.4); I can do that.

B) The Misc/NEWS entry claiming that this issue is fixed should simply be removed from the Misc/NEWS file and the releases should happen without this patch.  After 3.4.0 and 3.3.4 I will commit this patch and re-add the Misc/NEWS entry under the 3.4.1 and 3.3.5 sections.

Release managers for 3.3 and 3.4, please chime in. (+nosy'd)
History
Date User Action Args
2014-01-28 08:24:48gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, georg.brandl, ncoghlan, larry, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-28 08:24:47gregory.p.smithsetmessageid: <1390897487.24.0.774393268344.issue19081@psf.upfronthosting.co.za>
2014-01-28 08:24:47gregory.p.smithlinkissue19081 messages
2014-01-28 08:24:45gregory.p.smithcreate