[issue23722] During metaclass.__init__, super() of the constructed class does not work

Nick Coghlan report at bugs.python.org
Sun Dec 4 07:43:29 EST 2016


Nick Coghlan added the comment:

Updated patch for Serhiy's review comments: issue23722_classcell_reference_validation_v2.diff

- avoids a spurious deprecation warning for metaclasses that don't return a type() instance at all
- avoids even the appearance of a refleak in the __build_class__ fallback code
- integrates the documentation into the main patch

----------
Added file: http://bugs.python.org/file45748/issue23722_classcell_reference_validation_v2.diff

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


More information about the Python-bugs-list mailing list