INADA Naoki <songofaca...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33462>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to