[issue665761] reduce() masks exception

2010-09-13 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Since noone have spoken in favor of 2.7 backport, I am closing this issue as committed to py3k. -- keywords: -needs review resolution: -> accepted stage: patch review -> committed/rejected status: pending -> closed versions: -Python 2.7 _

[issue665761] reduce() masks exception

2010-08-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Committed to py3k in r84098. Accepting this change for py3k was an easy decision to make because zip and map already behave this way in 3.x. I am inclined to reject this for 2.7, however. While I agree that this is a bug, fixing it has a potential of

[issue665761] reduce() masks exception

2010-08-10 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file18472/issue665761-py3k.diff ___ Python tracker ___ ___ Python-bugs-l

[issue665761] reduce() masks exception

2010-08-09 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : Added file: http://bugs.python.org/file18453/issue665761-release27.diff ___ Python tracker ___ ___ Python-b

[issue665761] reduce() masks exception

2010-07-18 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- assignee: -> belopolsky nosy: +belopolsky -Alexander.Belopolsky versions: +Python 3.2 ___ Python tracker ___ __

[issue665761] reduce() masks exception

2010-05-04 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue665761] reduce() masks exception

2010-05-03 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- keywords: +needs review stage: unit test needed -> patch review ___ Python tracker ___ ___ Pytho

[issue665761] reduce() masks exception

2010-04-30 Thread Jean-Paul Calderone
Changes by Jean-Paul Calderone : -- nosy: -exarkun ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue665761] reduce() masks exception

2010-04-30 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I am attaching a patch with unit tests that implements the "middle-ground approach" making map and reduce behave the way zip is now. I my view this slightly preferable to the "all the way" approach of letting all exceptions to propagate up. My reasonin

[issue665761] reduce() masks exception

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk, rev69550. -- keywords: +patch nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.7 ___ Python tracker