Message294740
| 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:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, vstinner |
| 2017-05-30 06:02:04 | serhiy.storchaka | set | messageid: <1496124124.84.0.649639025864.issue30509@psf.upfronthosting.co.za> |
| 2017-05-30 06:02:04 | serhiy.storchaka | link | issue30509 messages |
| 2017-05-30 06:02:04 | serhiy.storchaka | create | |