This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients jdetrey, r.david.murray
Date 2014-02-10.14:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392042161.57.0.491193641109.issue20581@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-02-10 14:22:41r.david.murraysetrecipients: + r.david.murray, jdetrey
2014-02-10 14:22:41r.david.murraysetmessageid: <1392042161.57.0.491193641109.issue20581@psf.upfronthosting.co.za>
2014-02-10 14:22:41r.david.murraylinkissue20581 messages
2014-02-10 14:22:41r.david.murraycreate