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, Marc.Abramowitz, Ronan.Lamy, brett.cannon, eric.snow, jcea, ncoghlan
Date 2012-11-18.14:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353248043.83.0.915044115508.issue15031@psf.upfronthosting.co.za>
In-reply-to
Content
FYI I'm talking with Dino for IronPython and I just emailed some Jython folks to try to get an opinion on whether they would prefer to have a method to override, something in _imp that they can implement, or simply implement marshal.loads() and dumps() such that the bytecode headers stay and the rest of the file is up to them to deal with.

Their answers will dictate whether the code is a public method or just some private functions in importlib.
History
Date User Action Args
2012-11-18 14:14:03brett.cannonsetrecipients: + brett.cannon, jcea, ncoghlan, Arfrever, eric.snow, Marc.Abramowitz, Ronan.Lamy
2012-11-18 14:14:03brett.cannonsetmessageid: <1353248043.83.0.915044115508.issue15031@psf.upfronthosting.co.za>
2012-11-18 14:14:03brett.cannonlinkissue15031 messages
2012-11-18 14:14:03brett.cannoncreate