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 gregory.p.smith
Recipients Christophe Simonis, Yaniv.Aknin, bda, exarkun, gregory.p.smith, kchen, neologix, nvetoshkin, pitrou, spiv
Date 2011-01-03.20:43:15
SpamBayes Score 0.022233218
Marked as misclassified No
Message-id <1294087396.89.0.712047838587.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
I've added some code comments on http://bugs.python.org/review/7978/show

overall I think the patch is right, I pointed out one thing to clean up and I think the unittest can be greatly simplified by using stubbed out mock select.select() instead of fork+signals+sleeping.
History
Date User Action Args
2011-01-03 20:43:17gregory.p.smithsetrecipients: + gregory.p.smith, spiv, exarkun, pitrou, Christophe Simonis, nvetoshkin, neologix, Yaniv.Aknin, bda, kchen
2011-01-03 20:43:16gregory.p.smithsetmessageid: <1294087396.89.0.712047838587.issue7978@psf.upfronthosting.co.za>
2011-01-03 20:43:15gregory.p.smithlinkissue7978 messages
2011-01-03 20:43:15gregory.p.smithcreate