#2591 closed task (fixed)
remove untilConcludes workaround?
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.0 |
Component: | network | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
Since we've dropped support for python versions older than 3.6 (#2290), the 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
Change History (3)
comment:1 Changed 14 months ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 14 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2591
Note: See
TracTickets for help on using
tickets.
r25222 removes the
EINTR
/EWOULDBLOCK
part of the workaround.Still TODO:
set_continue_wait
? (win32 shadow servers can use regular socket timeouts)