[issue29581] __init_subclass__ causes TypeError when used with standard library metaclasses (such as ABCMeta)

Kevin Shweh report at bugs.python.org
Mon Feb 20 22:05:42 EST 2017


Kevin Shweh added the comment:

Doesn't that ignore_extra_args thing prevent InitX.__init_subclass__ from receiving the x argument it wanted? It doesn't seem like a solution.

----------
nosy: +Kevin Shweh

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29581>
_______________________________________


More information about the Python-bugs-list mailing list