cpython/Misc/NEWS.d/next
Pablo Galindo Salgado 3efd2f4db6
gh-149296: Add dump subcommand to sampling profiler for one-shot stack snapshots (#149297)
Adds `python -m profiling.sampling dump <pid>`, which prints a single
traceback-style snapshot of a running process's Python stack via the
existing `_remote_debugging` unwinder. Supports per-thread status,
source line highlighting, optional bytecode opcodes, and async-aware
task reconstruction (`--async-aware`, default `--async-mode=all`).
2026-05-04 01:02:33 +01:00
..
Build GH-149252: Update WASI SDK version from 32 to 33 (#149253) 2026-05-01 16:51:06 -07:00
C_API gh-146636: Improve ABI/feature selection, add new header for it (GH-148302) 2026-04-23 11:52:13 +02:00
Core_and_Builtins gh-149243: Check for recursion limits in CALL_ALLOC_AND_ENTER_INIT (#149310) 2026-05-03 13:26:05 +03:00
Documentation gh-148663: Document that calendar.IllegalMonthError inherits from both ValueError and IndexError (#148664) 2026-04-23 15:50:23 +01:00
IDLE gh-139551: add support for BaseExceptionGroup in IDLE (GH-139563) 2026-04-12 10:06:41 -07:00
Library gh-149296: Add dump subcommand to sampling profiler for one-shot stack snapshots (#149297) 2026-05-04 01:02:33 +01:00
macOS gh-149254: Update macOS installer to use OpenSSL 3.5.6. (#149262) 2026-05-01 23:52:43 -04:00
Security gh-149254: Bump OpenSSL versions for iOS and Android. (#149270) 2026-05-02 16:50:32 +08:00
Tests Python 3.15.0a8 2026-04-07 14:24:03 +03:00
Tools-Demos Python 3.15.0a8 2026-04-07 14:24:03 +03:00
Windows gh-149254: Update Windows builds to use OpenSSL 3.5.6 (GH-149326) 2026-05-03 15:04:30 -05:00