[issue11655] map() must not swallow exceptions from PyObject_GetIter

Terry J. Reedy report at bugs.python.org
Mon Mar 28 00:11:30 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I agree with Ray. This is essentially a feature request which you say has already been implemented in Py 3 but which cannot go into Py2.7. Only fixes for bugs (discrepancies between doc and behavior) can go into 2.7. I suspect 2.6 and before acted the same way.

----------
components: +Interpreter Core -None
nosy: +terry.reedy
resolution:  -> out of date
status: open -> closed
type:  -> feature request

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


More information about the Python-bugs-list mailing list