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 steve.dower
Recipients barry, brett.cannon, eric.snow, gvanrossum, lukasz.langa, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, twouters, vstinner, zach.ware
Date 2018-04-03.13:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522762353.67.0.467229070634.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend and use it without trouble, but then I rarely defer imports to worker threads.

Barry may have some ideas, but I think this really shouldn't be difficult to do. importlib is pretty extensible, and it's not difficult to read from a zip file.
History
Date User Action Args
2018-04-03 13:32:33steve.dowersetrecipients: + steve.dower, gvanrossum, twouters, barry, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, lukasz.langa, eric.snow, zach.ware, serhiy.storchaka
2018-04-03 13:32:33steve.dowersetmessageid: <1522762353.67.0.467229070634.issue30891@psf.upfronthosting.co.za>
2018-04-03 13:32:33steve.dowerlinkissue30891 messages
2018-04-03 13:32:33steve.dowercreate