[issue13876] Sporadic failure in test_socket

Charles-François Natali report at bugs.python.org
Wed Jun 27 12:05:08 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

Looks like a kernel bug.
The only thing "non-standard" the test does is let the client call
close() before the server has called accept(), but this shouldn't
result in ENOTCONN - and doesn't for TCP sockets.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13876>
_______________________________________


More information about the Python-bugs-list mailing list