mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Socket handler closed prior to end of test.
This commit is contained in:
parent
ed6bb1414c
commit
bb99058898
1 changed files with 1 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ def test_main_inner():
|
||||||
thread.join()
|
thread.join()
|
||||||
banner("logrecv output", "begin")
|
banner("logrecv output", "begin")
|
||||||
sys.stdout.write(sockOut.getvalue())
|
sys.stdout.write(sockOut.getvalue())
|
||||||
|
sockhdlr.close()
|
||||||
sockOut.close()
|
sockOut.close()
|
||||||
banner("logrecv output", "end")
|
banner("logrecv output", "end")
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue