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 brett.cannon
Recipients Arfrever, brett.cannon, eric.araujo, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-25.16:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335372045.3.0.94370919356.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
So how would you tweak the explicit work I'm doing? The code is going to rely on sys.path_hooks and sys.meta_path being populated. I guess the frozen code can set up initially, and then importlib simply substitutes out classes from the frozen module to the code from the source version (which should be easy based on __class__ and __class__.__name__ or something). Or if you do this before anyone else (e.g. zipimport) gets to sys.path_hooks and sys.meta_path then you could just blow them away without care and simply set them up again.
History
Date User Action Args
2012-04-25 16:40:45brett.cannonsetrecipients: + brett.cannon, lemburg, ncoghlan, pitrou, eric.smith, eric.araujo, Arfrever, eric.snow
2012-04-25 16:40:45brett.cannonsetmessageid: <1335372045.3.0.94370919356.issue14657@psf.upfronthosting.co.za>
2012-04-25 16:40:44brett.cannonlinkissue14657 messages
2012-04-25 16:40:44brett.cannoncreate