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 jwilk, python-dev, sbt, wodny
Date 2013-02-26.13:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZFgSP4sVVzNT9@mail.python.org>
In-reply-to
Content
New changeset 92003d9aae0e by Richard Oudkerk in branch '2.7':
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
http://hg.python.org/cpython/rev/92003d9aae0e

New changeset 5fae31006724 by Richard Oudkerk in branch '3.2':
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
http://hg.python.org/cpython/rev/5fae31006724
History
Date User Action Args
2013-02-26 13:13:10python-devsetrecipients: + python-dev, jwilk, sbt, wodny
2013-02-26 13:13:10python-devlinkissue17018 messages
2013-02-26 13:13:10python-devcreate