James added the comment:

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?

----------
keywords: +patch
Added file: http://bugs.python.org/file26976/issue15753_varargsuper.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15753>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to