]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the threading infrastructure in test_socket to support skipping
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 10 Oct 2011 18:15:59 +0000 (20:15 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 10 Oct 2011 18:15:59 +0000 (20:15 +0200)
commit86fe86055b19b044a8dd908d053661fe84d9745f
tree2a9b121431f3ccf27d9fd9686bd383385c067b9f
parent1ee1b6fe0dd7baca0da50e365929d03d42128705
Fix the threading infrastructure in test_socket to support skipping
tests from the setUp() routine.
This fixes a refleak in test_socket on some machines.
Lib/test/test_socket.py