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 james.sanders
Recipients james.sanders, r.david.murray
Date 2012-08-23.19:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345749226.32.0.761414096333.issue15753@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that I think fixes the variable arguments problem, and changes the SystemErrors that can be obtained by misusing super() into RuntimeErrors (I assume that's more appropriate?).  There are three more SystemErrors I'm not sure about: "super(): no code object", "super(): bad __class__ cell", and "super(): empty __class__ cell" - can they only be caused by internal bugs?
History
Date User Action Args
2012-08-23 19:13:46james.sanderssetrecipients: + james.sanders, r.david.murray
2012-08-23 19:13:46james.sanderssetmessageid: <1345749226.32.0.761414096333.issue15753@psf.upfronthosting.co.za>
2012-08-23 19:13:45james.sanderslinkissue15753 messages
2012-08-23 19:13:45james.sanderscreate