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 brett.cannon
Recipients Arfrever, alex, brett.cannon, mark.dickinson, rhettinger, scoder, serhiy.storchaka
Date 2013-04-16.14:26:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366122408.0.0.716398600189.issue16659@psf.upfronthosting.co.za>
In-reply-to
Content
I was talking with Alex Gaynor about the Python implementation of operator (http://bugs.python.org/issue16694) and asked about this bug since Raymond said the fact PyPy had an RPython implementation was a knock against bothering with this. Alex said if performance could be shown to be good then PyPy would be willing to consider dropping their accelerated version and switch to this (http://bugs.python.org/issue16694). So if someone is so motivated, doing a benchmark showing whether PyPy's accelerated version (which is relatively new so you would need to probably grab 2.0 or maybe 1.9) is faster/same/slower than this pure Python version would be nice to have.
History
Date User Action Args
2013-04-16 14:26:48brett.cannonsetrecipients: + brett.cannon, rhettinger, mark.dickinson, scoder, Arfrever, alex, serhiy.storchaka
2013-04-16 14:26:48brett.cannonsetmessageid: <1366122408.0.0.716398600189.issue16659@psf.upfronthosting.co.za>
2013-04-16 14:26:47brett.cannonlinkissue16659 messages
2013-04-16 14:26:47brett.cannoncreate