[issue33462] reversible dict

INADA Naoki report at bugs.python.org
Sat Jun 9 22:01:31 EDT 2018


INADA Naoki <songofacandy at 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 <report at bugs.python.org>
<https://bugs.python.org/issue33462>
_______________________________________


More information about the Python-bugs-list mailing list