File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -470,6 +470,8 @@ def test_main():
470470 socketDataProcessed .acquire ()
471471 socketDataProcessed .wait ()
472472 socketDataProcessed .release ()
473+ for thread in threads :
474+ thread .join ()
473475 banner ("logrecv output" , "begin" )
474476 sys .stdout .write (sockOut .getvalue ())
475477 sockOut .close ()
Original file line number Diff line number Diff line change @@ -210,8 +210,6 @@ Tools/Demos
210210- New script combinerefs.py helps analyze new PYTHONDUMPREFS output.
211211 See the module docstring for details.
212212
213- TBD
214-
215213Build
216214-----
217215
@@ -229,6 +227,7 @@ C API
229227
230228- LONG_LONG was renamed to PY_LONG_LONG. Extensions that use this and
231229 need compatibility with previous versions can use this:
230+
232231 #ifndef PY_LONG_LONG
233232 #define PY_LONG_LONG LONG_LONG
234233 #endif
@@ -243,7 +242,7 @@ C API
243242New platforms
244243-------------
245244
246- TBD
245+ None this time.
247246
248247Tests
249248-----
You can’t perform that action at this time.
0 commit comments