commit | b6cc7d2806d0e7784abf8479bfed3543de48bb97 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jul 19 12:46:46 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jul 19 12:46:46 2002 +0000 |
tree | c0644c149f5af38331f73b26879915848af2959d | |
parent | ad654906288a1ed985b8649c75a9c6037448cb9d [diff] |
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!)