[issue41711] Socker send method throws a timeout exception

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue41711] Socker send method throws a timeout exception

2022-01-19 Thread Irit Katriel
Irit Katriel added the comment: The timeout is mentioned in the documentation of create_connection, and of its getter and setter. It applies to many operations on the socket, but not mentioned for each method. Since it's pretty standard to have a timeout for network operations, I think the d

[issue41711] Socker send method throws a timeout exception

2020-09-04 Thread pig
New submission from pig : When tcpclient.py and tcpserver.py files are run on macOS at the same time, custom exceptions will be thrown due to exceeding the given timeout.Timed out: Timed out When one or two files are running on window, socker.send throws an exception socket.timeout: Timed out

[issue41711] Socker send method throws a timeout exception

2020-09-04 Thread pig
Change by pig : Added file: https://bugs.python.org/file49442/tcpserver.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue41711] Socker send method throws a timeout exception

2020-09-04 Thread pig
Change by pig : Added file: https://bugs.python.org/file49441/tcpclient.py ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue41711] Socker send method throws a timeout exception

2020-09-04 Thread pig
Change by pig : -- components: IO nosy: pppig0921 priority: normal severity: normal status: open title: Socker send method throws a timeout exception type: behavior versions: Python 3.7 ___ Python tracker ___