]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added an os._exit(0) in the parent so we don't have two test processes
authorBarry Warsaw <barry@python.org>
Tue, 7 Jan 1997 21:02:06 +0000 (21:02 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 7 Jan 1997 21:02:06 +0000 (21:02 +0000)
commitdce1005908c197d5887692c73a5364e3c426412e
tree031db3b2df087c94255690679c67144d66e987df
parent52e87f377311464ac29a1ab7f7b582642bdb6452
Added an os._exit(0) in the parent so we don't have two test processes
after test_socket.py is run!
Lib/test/test_socket.py