[issue20581] Incorrect behaviour of super() in a metaclass-created subclass

R. David Murray report at bugs.python.org
Mon Feb 10 15:22:41 CET 2014


R. David Murray added the comment:

I don't think you can successfully use the no-argument version of super in this context.  The no-argument form depends on compile-time magic, and you are mucking about with what object is what during the compilation phase.

But I'm no expert on how super works.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list