Changes between Initial Version and Version 1 of Ticket #2591
- Timestamp:
- 02/13/20 12:17:49 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2591
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #2591 – Description
initial v1 1 Since we've dropped support for python versions older than 3.6 (#2290), the [https://docs.python.org/3/library/socket.html#socket.socket.recv socket.recv] says: ''Changed in version 3.5: If the system call is interrupted and the signal handler does not raise an exception, the method now retries the system call instead of raising an InterruptedError exception''1 Since we've dropped support for python versions older than 3.6 (#2290), the [https://docs.python.org/3/library/socket.html#socket.socket.recv socket.recv] says: ''Changed in version 3.5: If the system call is interrupted and the signal handler does not raise an exception, the method now retries the system call instead of raising an !InterruptedError exception''