Message319194
| Author | methane |
|---|---|
| Recipients | methane, remi.lapeyre, rhettinger, selik, serhiy.storchaka, tim.peters |
| Date | 2018-06-10.02:01:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528596091.32.0.592728768989.issue33462@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> If adding __reversed__ has any effect on the rest of the build, that is pure random noise that can be ignored. Although initialization cost of each one type is small, time for _Py_Ready() is not negligible. And ABC.register() too. Import time for _collections_abc is not negligible too. I agree that cost of adding three builtin types and register them to ABC will be negligible or small enough. But I think it's good to know before merge. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-10 02:01:31 | methane | set | recipients: + methane, tim.peters, rhettinger, serhiy.storchaka, selik, remi.lapeyre |
| 2018-06-10 02:01:31 | methane | set | messageid: <1528596091.32.0.592728768989.issue33462@psf.upfronthosting.co.za> |
| 2018-06-10 02:01:31 | methane | link | issue33462 messages |
| 2018-06-10 02:01:30 | methane | create | |