STINNER Victor added the comment:

sock_call-2.patch: add an inner looop in sock_call() to only retry func() when 
func() is interrupted by a signal. Limit also changes: try to only modify ctx 
around to call to sock_call(), move back some variables to the parent function. 
Rename the variable storing the result to "result". Add some more comments in 
sock_call().

----------
Added file: http://bugs.python.org/file38774/sock_call-2.patch

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

Reply via email to