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 taleinat
Recipients georg.brandl, larry, python-dev, serhiy.storchaka, taleinat
Date 2015-06-07.20:59:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433710772.02.0.813167015074.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
I tried running the pystone benchmark, but the results were inconclusive. I saw very large differences (up to 20%) between runs at different times, with no clear differences with or without the patch.

However, a quick search shows that the operator module is almost completely unused by the rest of the code and the stdlib. So I really don't think performance is an issue here.
History
Date User Action Args
2015-06-07 20:59:32taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev, serhiy.storchaka
2015-06-07 20:59:32taleinatsetmessageid: <1433710772.02.0.813167015074.issue20186@psf.upfronthosting.co.za>
2015-06-07 20:59:32taleinatlinkissue20186 messages
2015-06-07 20:59:31taleinatcreate