Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There is a simpler way to fix this issue. Instead of hacking __new__, the 
inheritance registry can be set up in ABCMeta.__init__. There are no reasons of 
making this in __new__.

----------
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.4, Python 3.5, Python 
3.6

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

Reply via email to