]> granicus.if.org Git - python/commit
Add test for previous core dump when sending on closed socket with
authorGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 12:46:46 +0000 (12:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 12:46:46 +0000 (12:46 +0000)
commitb6cc7d2806d0e7784abf8479bfed3543de48bb97
treec0644c149f5af38331f73b26879915848af2959d
parentad654906288a1ed985b8649c75a9c6037448cb9d
Add test for previous core dump when sending on closed socket with
timeout.

Added small sleeps to _testAccept() and _testRecv() in
NonBlockingTCPTests, to reduce race conditions (I know, this is not
the solution!)
Lib/test/test_socket.py