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 methane
Recipients methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-09-06.07:18:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Confirmed:
$ ./python-patched -m perf timeit --compare-to `pwd`/python -- 'class C: pass'
python: ..................... 11.9 us +- 0.1 us
python-patched: ..................... 10.3 us +- 0.1 us

Mean +- std dev: [python] 11.9 us +- 0.1 us -> [python-patched] 10.3 us +- 0.1 us: 1.15x faster (-13%)
History
Date User Action Args
2017-09-06 07:18:03methanesetrecipients: + methane, rhettinger, pitrou, scoder, vstinner, serhiy.storchaka
2017-09-06 07:18:03methanesetmessageid: <[email protected]>
2017-09-06 07:18:03methanelinkissue31336 messages
2017-09-06 07:18:03methanecreate