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, georg.brandl, lemburg, pitrou, rhettinger, tim.peters
Date 2014-11-04.15:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415115347.2.0.447725127994.issue22789@psf.upfronthosting.co.za>
In-reply-to
Content
Just FYI, there can easily be added into importlib since it works through marshal's API to unmarshal the module's data. There is also two startup benchmarks in the benchmark suite to help measure possible performance gains/losses which should also ferret out if cache warmth will play a significant role in the performance impact.
History
Date User Action Args
2014-11-04 15:35:47brett.cannonsetrecipients: + brett.cannon, lemburg, tim.peters, georg.brandl, rhettinger, pitrou, Arfrever
2014-11-04 15:35:47brett.cannonsetmessageid: <1415115347.2.0.447725127994.issue22789@psf.upfronthosting.co.za>
2014-11-04 15:35:47brett.cannonlinkissue22789 messages
2014-11-04 15:35:46brett.cannoncreate