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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20581>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to