[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 
<https://bugs.python.org/issue41711>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue41711>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue41711>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.
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

--

___
Python tracker 
<https://bugs.python.org/issue41711>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com