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 Decorater
Recipients Decorater, barry, brett.cannon, byrnes, diana, eric.snow, gregory.p.smith, jarondl, serhiy.storchaka, superluser, twouters, vstinner
Date 2017-11-20.15:37:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511192255.63.0.213398074469.issue25711@psf.upfronthosting.co.za>
In-reply-to
Content
So, after reviewing this it started to make me rethink about the zipimport.py file.

So my question is how would that file work if it is an pyc file in python37.zip or something just to zipimport other modules? There is got to be some sort of low level api that can zip import the zip importer then on the rewrite. Am I right?

Maybe the best bet is to wait for bug reports on the C Code and fixup the C Code if possible so that way there is no conflicts like the ones I just questioned.
History
Date User Action Args
2017-11-20 15:37:35Decoratersetrecipients: + Decorater, twouters, barry, brett.cannon, gregory.p.smith, vstinner, eric.snow, serhiy.storchaka, diana, superluser, byrnes, jarondl
2017-11-20 15:37:35Decoratersetmessageid: <1511192255.63.0.213398074469.issue25711@psf.upfronthosting.co.za>
2017-11-20 15:37:35Decoraterlinkissue25711 messages
2017-11-20 15:37:35Decoratercreate