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 vstinner
Recipients gregory.p.smith, mcjeff, vstinner
Date 2015-04-13.07:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428911073.52.0.459635609563.issue23863@psf.upfronthosting.co.za>
In-reply-to
Content
With socket_eintr.4.patch, socket methods become non-thread safe. I'm not sure that it's a serious issue, but you have to consider this side effect of your change.

(Modify socketmodule.c instead would allow to handle EINTR, recompute timeout and keep the thread safety, but it requires a larger patch.)
History
Date User Action Args
2015-04-13 07:44:33vstinnersetrecipients: + vstinner, gregory.p.smith, mcjeff
2015-04-13 07:44:33vstinnersetmessageid: <1428911073.52.0.459635609563.issue23863@psf.upfronthosting.co.za>
2015-04-13 07:44:33vstinnerlinkissue23863 messages
2015-04-13 07:44:33vstinnercreate