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 georg.brandl, gregory.p.smith, larry, paul.moore, steve.dower
Date 2014-02-14.01:58:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392343095.71.0.0604749458347.issue20621@psf.upfronthosting.co.za>
In-reply-to
Content
gah.  i was tracking this down because I saw some strange errors that made me suspect it might exist (in 2.7) when trying to use a zipped up standard library but had not had time to confirm it. :(

I really should have rolled back the CLs causing it before 3.3.4 given that investigation was ongoing.  :(

We need to fix this breakage before 3.4.0 release.  The best thing to do for 3.4.0 is likely be to revert the following change:
 http://hg.python.org/cpython/rev/20b77ff040b6

For 3.3 the change that caused this is likely:
  http://hg.python.org/cpython/rev/2807a5f011e4

reverting that would restore the previous behavior.

Paul, are you in a position to try building 3.3.4 with that CL reverted to confirm?

We need better zipimport tests.
That test_zipimport passes while this problem exists is bad.

If you can come up with a reproducable test case for this, please go ahead and check it in to test_zipimport to highlight the brokenness.
History
Date User Action Args
2014-02-14 01:58:15gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, paul.moore, larry, steve.dower
2014-02-14 01:58:15gregory.p.smithsetmessageid: <1392343095.71.0.0604749458347.issue20621@psf.upfronthosting.co.za>
2014-02-14 01:58:15gregory.p.smithlinkissue20621 messages
2014-02-14 01:58:14gregory.p.smithcreate