This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients gkcn, jnoller, mouad, neologix, petri.lehtinen, python-dev, rosslagerwall, sbt, terry.reedy, vstinner
Date 2012-06-07.19:42:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1Scian-0007SR-LJ@dinsdale.python.org>
In-reply-to
Content
New changeset 1b3d4ffcb4d1 by Richard Oudkerk in branch '3.2':
Issue #12157: pool.map() does not handle empty iterable correctly
http://hg.python.org/cpython/rev/1b3d4ffcb4d1

New changeset 3585cb1388f2 by Richard Oudkerk in branch 'default':
Merge fixes for #13854 and #12157.
http://hg.python.org/cpython/rev/3585cb1388f2

New changeset 7ab7836894c4 by Richard Oudkerk in branch '2.7':
Issue #12157: pool.map() does not handle empty iterable correctly
http://hg.python.org/cpython/rev/7ab7836894c4
History
Date User Action Args
2012-06-07 19:42:03python-devsetrecipients: + python-dev, terry.reedy, vstinner, jnoller, neologix, rosslagerwall, sbt, gkcn, mouad, petri.lehtinen
2012-06-07 19:42:03python-devlinkissue12157 messages
2012-06-07 19:42:02python-devcreate