Message301232
| Author | serhiy.storchaka |
|---|---|
| Recipients | methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner |
| Date | 2017-09-04.17:45:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504547119.0.0.0226385534808.issue31336@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
After adding PyErr_Clear() the benefit of this optimization is smaller. Only 8% on my 64-bit computer. And no any effect on 32-bit. I wounder if it is worth to complicate the code for such small benefit. For non-empty classes the relative benefit is even smaller. Maybe there are other opportunities for optimization? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-04 17:45:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, pitrou, scoder, vstinner, methane |
| 2017-09-04 17:45:18 | serhiy.storchaka | set | messageid: <1504547119.0.0.0226385534808.issue31336@psf.upfronthosting.co.za> |
| 2017-09-04 17:45:18 | serhiy.storchaka | link | issue31336 messages |
| 2017-09-04 17:45:18 | serhiy.storchaka | create | |