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 eric.smith
Recipients eric.smith, tkhyn
Date 2018-04-12.10:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523529923.18.0.682650639539.issue33268@psf.upfronthosting.co.za>
In-reply-to
Content
In the loop, you're reassigning the value of name, then using it in the super call. If you change the name of the loop variable, your code works.
History
Date User Action Args
2018-04-12 10:45:23eric.smithsetrecipients: + eric.smith, tkhyn
2018-04-12 10:45:23eric.smithsetmessageid: <1523529923.18.0.682650639539.issue33268@psf.upfronthosting.co.za>
2018-04-12 10:45:23eric.smithlinkissue33268 messages
2018-04-12 10:45:22eric.smithcreate