Re: [Python-Dev] Python 3.6 dict becomes compact and gets a private version; and keywords become ordered

2016年9月21日 07:15:24 -0700

2016年09月20日 21:01 GMT+02:00 Maciej Fijalkowski <[email protected]>:
> How about we just make timeit show average and not disable the GC then
> (two of the complaints that will not change the execution time)?
Thanks for the reminder.
The first part of my plan was to write a new module to experiment
changes. This part is done: it's the new perf module available on PyPI
(it works on Python 2.7-3.7).
The second part of my plan was to enhance the stdlib, so here you have!
"Enhance the timeit module: display average +- std dev instead of minimum"
http://bugs.python.org/issue28240
Victor
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to