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-10.21:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481404577.03.0.864106791408.issue25711@psf.upfronthosting.co.za>
In-reply-to
Content
> Technically, will it be possible to freeze it?

I think yes. But I don't know how to do this. I hope on Brett's (or other import machinery expert) help.

Since zipimporter constructor is called only with string path by import machinery, the os module is not imported at initialization stage.
History
Date User Action Args
2016-12-10 21:16:17serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, brett.cannon, gregory.p.smith, vstinner, eric.snow, diana, superluser, byrnes
2016-12-10 21:16:17serhiy.storchakasetmessageid: <1481404577.03.0.864106791408.issue25711@psf.upfronthosting.co.za>
2016-12-10 21:16:17serhiy.storchakalinkissue25711 messages
2016-12-10 21:16:16serhiy.storchakacreate