[issue15753] No-argument super in method with variable arguments raises SystemError
Amaury Forgeot d'Arc
report at bugs.python.org
Fri Aug 24 12:28:27 CEST 2012
Amaury Forgeot d'Arc added the comment:
The failing assertion is the "assert(PyTuple_Check(obj))" added by your patch.
At this point, "obj" is not the arguments tuple, but the first entry in "f->f_localsplus". Maybe this block should be moved a bit earlier?
----------
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15753>
_______________________________________
More information about the Python-bugs-list
mailing list