[issue4806] Function calls taking a generator as star argument can mask TypeErrors in the generator

Hagen Fürstenau report at bugs.python.org
Wed Jun 3 13:46:35 CEST 2009


Hagen Fürstenau <hfuerstenau at gmx.net> added the comment:

Sorry, I had meant to use PyIter_Check instead of PyObject_GetIter.
Don't know why I didn't do so... ;-)

I corrected the patch.

----------
Added file: http://bugs.python.org/file14169/TypeError2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4806>
_______________________________________


More information about the Python-bugs-list mailing list