Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecf0f02

Browse files
committed
Merge back from r23b1-branch
1 parent fa1eddf commit ecf0f02

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lib/test/test_logging.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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()

Misc/NEWS

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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-
215213
Build
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
243242
New platforms
244243
-------------
245244

246-
TBD
245+
None this time.
247246

248247
Tests
249248
-----

0 commit comments

Comments
 (0)