david-cpi added the comment:
Hello Victor,
in 3.6.1 the test passes but it's because on sub-test was removed.
The one generating the issue is NetworkedBIOTests which is not found in 3.6.1.
in 3.5.2:
if support.is_resource_enabled('network'):
tests.append
david-cpi added the comment:
Hi Victor,
I will try during the day and get back with the logs.
--
___
Python tracker
<http://bugs.python.org/issue30212>
___
___
New submission from david-cpi:
To make the test pass, I added the following try statement:
try:
sock.sendall(buf)
except:
pass
--
components: Tests
files: test.log
messages: 292608
nosy: david-cpi
priority: normal
severity: normal