Message240597
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.) |
|
Date |
User |
Action |
Args |
2015-04-13 07:44:33 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, mcjeff |
2015-04-13 07:44:33 | vstinner | set | messageid: <1428911073.52.0.459635609563.issue23863@psf.upfronthosting.co.za> |
2015-04-13 07:44:33 | vstinner | link | issue23863 messages |
2015-04-13 07:44:33 | vstinner | create | |
|