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 serhiy.storchaka
Recipients brett.cannon, byrnes, diana, eric.snow, gregory.p.smith, serhiy.storchaka, superluser, twouters, vstinner
Date 2016-12-08.19:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481226369.58.0.115679181469.issue25711@psf.upfronthosting.co.za>
In-reply-to
Content
Here is preliminary translation of zipimport to Python. It is not frozen and imports other modules. I tried to keep the implementation close to C implementation. As a consequence, some raised exceptions look arbitrary.
History
Date User Action Args
2016-12-08 19:46:10serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, brett.cannon, gregory.p.smith, vstinner, eric.snow, diana, superluser, byrnes
2016-12-08 19:46:09serhiy.storchakasetmessageid: <1481226369.58.0.115679181469.issue25711@psf.upfronthosting.co.za>
2016-12-08 19:46:09serhiy.storchakalinkissue25711 messages
2016-12-08 19:46:03serhiy.storchakacreate