STINNER Victor added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to