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 serhiy.storchaka
Recipients pitrou, serhiy.storchaka, vstinner
Date 2017-05-30.07:06:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496128003.99.0.761669325769.issue30509@psf.upfronthosting.co.za>
In-reply-to
Content
I have other patch that makes `a + b` yet tens percents faster, faster than `a.__add__(b)`, by adding functions and declarations that are never used. Confusing.
History
Date User Action Args
2017-05-30 07:06:44serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner
2017-05-30 07:06:43serhiy.storchakasetmessageid: <1496128003.99.0.761669325769.issue30509@psf.upfronthosting.co.za>
2017-05-30 07:06:43serhiy.storchakalinkissue30509 messages
2017-05-30 07:06:43serhiy.storchakacreate