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 pitrou
Recipients Yaniv.Aknin, exarkun, gregory.p.smith, neologix, nvetoshkin, pitrou
Date 2010-04-09.00:44:43
SpamBayes Score 6.553814e-06
Marked as misclassified No
Message-id <1270773885.21.0.866280491207.issue7978@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I think the wrapper approach is a good one. Now remains to decide whether it should stay private to socketserver or be exposed as a generic method (for example in the "os" module as proposed).

By the way, adding a patch would be nice, too. I'm not sure it what form it should be done; perhaps register a signal handler and trigger the signal from a sub-thread while the main thread is iterating in a select loop?
History
Date User Action Args
2010-04-09 00:44:58pitrouunlinkissue7978 messages
2010-04-09 00:44:45pitrousetrecipients: + pitrou, gregory.p.smith, exarkun, nvetoshkin, neologix, Yaniv.Aknin
2010-04-09 00:44:45pitrousetmessageid: <1270773885.21.0.866280491207.issue7978@psf.upfronthosting.co.za>
2010-04-09 00:44:44pitroulinkissue7978 messages
2010-04-09 00:44:43pitroucreate