Message 157695 - Python tracker

Message157695

Author Jerzy.Kozera
Recipients Christophe Simonis, Jerzy.Kozera, Yaniv.Aknin, bda, exarkun, giampaolo.rodola, gregory.p.smith, kchen, neologix, nvetoshkin, pitrou, spiv, vstinner
Date 2012-04-06.21:42:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333748541.82.0.698156714823.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
I've updated the patch according to suggestions from Gregory P. Smith. Thanks to a change from #12555 (PEP 3151) now just checking for OSError is enough.

(I've decided to use mocked select() instead of calling alarm() to avoid depending on timing.)
History
Date User Action Args
2012-04-06 21:42:21Jerzy.Kozerasetrecipients: + Jerzy.Kozera, gregory.p.smith, spiv, exarkun, pitrou, vstinner, giampaolo.rodola, Christophe Simonis, nvetoshkin, neologix, Yaniv.Aknin, bda, kchen
2012-04-06 21:42:21Jerzy.Kozerasetmessageid: <1333748541.82.0.698156714823.issue7978@psf.upfronthosting.co.za>
2012-04-06 21:42:21Jerzy.Kozeralinkissue7978 messages
2012-04-06 21:42:21Jerzy.Kozeracreate