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 Jim.Jewett, asksol, jnoller, python-dev, ryles, sbt, underrun
Date 2012-07-27.13:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3WkBZL4fSnzN4g@mail.python.org>
In-reply-to
Content
New changeset 4e85e4743757 by Richard Oudkerk in branch '2.7':
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
http://hg.python.org/cpython/rev/4e85e4743757

New changeset 290f04722be3 by Richard Oudkerk in branch '3.2':
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
http://hg.python.org/cpython/rev/290f04722be3

New changeset f03839401420 by Richard Oudkerk in branch 'default':
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
http://hg.python.org/cpython/rev/f03839401420
History
Date User Action Args
2012-07-27 13:57:32python-devsetrecipients: + python-dev, jnoller, ryles, asksol, sbt, underrun, Jim.Jewett
2012-07-27 13:57:31python-devlinkissue6056 messages
2012-07-27 13:57:31python-devcreate