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 Christophe Simonis, Jerzy.Kozera, Yaniv.Aknin, bda, exarkun, giampaolo.rodola, gregory.p.smith, kchen, neologix, nvetoshkin, pitrou, python-dev, spiv, vstinner
Date 2012-04-08.23:12:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SH1Hp-0002y2-6j@dinsdale.python.org>
In-reply-to
Content
New changeset d941d1fcc6e6 by Antoine Pitrou in branch '2.7':
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
http://hg.python.org/cpython/rev/d941d1fcc6e6
History
Date User Action Args
2012-04-08 23:12:46python-devsetrecipients: + python-dev, gregory.p.smith, spiv, exarkun, pitrou, vstinner, giampaolo.rodola, Christophe Simonis, nvetoshkin, neologix, Yaniv.Aknin, bda, kchen, Jerzy.Kozera
2012-04-08 23:12:46python-devlinkissue7978 messages
2012-04-08 23:12:45python-devcreate