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, brett.cannon, docs@python, eric.snow, ncoghlan, serhiy.storchaka, twouters
Date 2017-11-20.08:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511166319.78.0.213398074469.issue32075@psf.upfronthosting.co.za>
In-reply-to
Content
That is true, but Well, I am using this in a project of mine currently where it loads up encrypted scripts from a zip file. However I must have the import hook itself be in an C extension and subclass the current zipimporter. However knowing a rewrite for it is best, I have not experienced any bugs with it so far actually.
History
Date User Action Args
2017-11-20 08:25:19Decoratersetrecipients: + Decorater, twouters, brett.cannon, ncoghlan, docs@python, eric.snow, serhiy.storchaka
2017-11-20 08:25:19Decoratersetmessageid: <1511166319.78.0.213398074469.issue32075@psf.upfronthosting.co.za>
2017-11-20 08:25:19Decoraterlinkissue32075 messages
2017-11-20 08:25:19Decoratercreate