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 apexo, asvetlov, exarkun, gregory.p.smith, neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2013-08-20.17:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cKKX52zhDzRrM@mail.python.org>
In-reply-to
Content
New changeset 072ba5df77e4 by Serhiy Storchaka in branch '3.3':
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
http://hg.python.org/cpython/rev/072ba5df77e4

New changeset 4543408e2ba6 by Serhiy Storchaka in branch 'default':
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
http://hg.python.org/cpython/rev/4543408e2ba6

New changeset a4091c1de27a by Serhiy Storchaka in branch '2.7':
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
http://hg.python.org/cpython/rev/a4091c1de27a
History
Date User Action Args
2013-08-20 17:59:34python-devsetrecipients: + python-dev, gregory.p.smith, exarkun, pitrou, vstinner, asvetlov, neologix, apexo, serhiy.storchaka
2013-08-20 17:59:34python-devlinkissue8865 messages
2013-08-20 17:59:33python-devcreate