cpython/Misc/NEWS.d/next
Łukasz Langa 3932b0f7b1
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Now all results from worker processes are aggregated and
displayed together as a summary at the end of a regrtest run.

The traditional trace is left in place for use with sequential
in-process test runs but now raises a warning that those
numbers are not precise.

`-T -j` requires `--with-pydebug` as it relies on `-Xpresite=`.
2023-11-10 18:17:45 +01:00
..
Build gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962) 2023-10-22 22:58:52 +02:00
C API gh-111569: Implement Python critical section API (gh-111571) 2023-11-08 15:39:29 -07:00
Core and Builtins gh-81925: Implement native thread ids for kFreeBSD (#111761) 2023-11-09 21:02:30 +01:00
Documentation Python 3.13.0a1 2023-10-13 10:52:10 +02:00
IDLE Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Library gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) 2023-11-10 18:42:14 +02:00
Security Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Tests gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710) 2023-11-10 18:17:45 +01:00
Tools-Demos Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Windows GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294) 2023-10-26 17:37:52 +01:00
macOS gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111016) 2023-10-18 14:02:36 +01:00