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.06:02:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496124124.84.0.649639025864.issue30509@psf.upfronthosting.co.za>
In-reply-to
Content
Despite the fact that `a + b` still is slower than `a.__add__(b)` in 3.7, it is more than 2 times faster than in 2.7 and 3.5.
History
Date User Action Args
2017-05-30 06:02:04serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner
2017-05-30 06:02:04serhiy.storchakasetmessageid: <1496124124.84.0.649639025864.issue30509@psf.upfronthosting.co.za>
2017-05-30 06:02:04serhiy.storchakalinkissue30509 messages
2017-05-30 06:02:04serhiy.storchakacreate