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

Mariatta Wijaya report at bugs.python.org
Tue Jun 6 20:31:05 EDT 2017


Mariatta Wijaya added the comment:


New changeset 6fb12b5c43945f61f3da82e33eafb4ddae2296ee by Mariatta (Nate) in branch '3.6':
bpo-29581: bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (GH-527) (GH-1282)
https://github.com/python/cpython/commit/6fb12b5c43945f61f3da82e33eafb4ddae2296ee


----------
nosy: +Mariatta

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


More information about the Python-bugs-list mailing list