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 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:31methanesetrecipients: + methane, tim.peters, rhettinger, serhiy.storchaka, selik, remi.lapeyre
2018-06-10 02:01:31methanesetmessageid: <1528596091.32.0.592728768989.issue33462@psf.upfronthosting.co.za>
2018-06-10 02:01:31methanelinkissue33462 messages
2018-06-10 02:01:30methanecreate