mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Merge back from r23b1-branch
This commit is contained in:
parent
fa1eddfb21
commit
ecf0f02518
2 changed files with 4 additions and 3 deletions
|
@ -470,6 +470,8 @@ def test_main():
|
|||
socketDataProcessed.acquire()
|
||||
socketDataProcessed.wait()
|
||||
socketDataProcessed.release()
|
||||
for thread in threads:
|
||||
thread.join()
|
||||
banner("logrecv output", "begin")
|
||||
sys.stdout.write(sockOut.getvalue())
|
||||
sockOut.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue