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 brett.cannon
Recipients brett.cannon, byrnes, eric.snow, ncoghlan, serhiy.storchaka, twouters
Date 2015-11-23.16:29:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448296146.74.0.298577887221.issue25710@psf.upfronthosting.co.za>
In-reply-to
Content
Not finding bytecode files is not that big of a deal. While it's a very minor performance loss, it isn't critical to how Python works (and since it looks for bytecode-only files that use-case isn't broken either).

But the real problem is that zipimport is such a nasty chunk of code that no one wants to fix it. Yet more evidence we just need to rewrite the whole module. I created issue #25711 to track a rewrite.
History
Date User Action Args
2015-11-23 16:29:06brett.cannonsetrecipients: + brett.cannon, twouters, ncoghlan, eric.snow, serhiy.storchaka, byrnes
2015-11-23 16:29:06brett.cannonsetmessageid: <1448296146.74.0.298577887221.issue25710@psf.upfronthosting.co.za>
2015-11-23 16:29:06brett.cannonlinkissue25710 messages
2015-11-23 16:29:06brett.cannoncreate