Brett Cannon added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22789>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to