[issue32379] MRO computation could be faster

Serhiy Storchaka report at bugs.python.org
Wed Dec 20 09:06:12 EST 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

LGTM in general. But mro() returns a list.

"class Test: pass" is a trivial case. What are results if the class has a parent?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32379>
_______________________________________


More information about the Python-bugs-list mailing list