This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pppig
Recipients pppig
Date 2020-09-04.09:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599212008.8.0.575018716091.issue41711@roundup.psfhosted.org>
In-reply-to
Content
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.
The description of the send function I saw on the [web site](https://docs.python.org/3.7/library/socket.html#socket.socket.send) does not seem to throw an exception
History
Date User Action Args
2020-09-04 09:33:28pppigsetrecipients: + pppig
2020-09-04 09:33:28pppigsetmessageid: <1599212008.8.0.575018716091.issue41711@roundup.psfhosted.org>
2020-09-04 09:33:28pppiglinkissue41711 messages
2020-09-04 09:33:28pppigcreate