STINNER Victor <[email protected]> added the comment:

> So startup must not be slower than 4%.

I know. But Python does more than compile()+dumps() at the first run. I'm 
curious if it is feasible to measure this cost. But it may be hard to get 
reliable benchmarks, since I expect that the difference will be very small, and 
I know very well that measuring Python startup is hard since it depends a lot 
of on the filesystem which is hard to measure.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34093>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to