COMMITS
December 11, 2025
P
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
Pablo Galindo Salgado committed
N
gh-142531: Fix free-threaded GC performance regression (gh-142562)
Neil Schemenauer committed
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
S
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross committed
B
S
Use subcommand over sub-command in argparse docs (#142488)
Savannah Ostrowski committed
A
gh-142579: Remove the self converter hack in winreg.c (GH-142580)
AN Long committed
B
Fix os.posix_spawn() error handling (#142532)
Bartosz Sławecki committed
D
gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)
Donghee Na committed
P
gh-142236: Improve error location for missing comma in string concatenations (#142330)
Pablo Galindo Salgado committed
N
gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)
Noam Cohen committed
A
E
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)
elenril committed
M
GH-140683: JIT: Improve machine code for loading smaller constants on AArch64. (GH-142511)
Mark Shannon committed
M
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon committed
S
Remove file accidentally added to `Doc/` (#142563)
Stan Ulbrych committed
K
D
gh-123241: Don't modify ref count during visitation (GH-142232)
Dino Viehland committed
S
Tachyon: Fix heatmap line highlight animation overriding heat colors (#142522)
Stan Ulbrych committed
S
P
gh-138122: Make the tachyon profiler opcode-aware (#142394)
Pablo Galindo Salgado committed
S
gh-140172: Skip JSON tools test during PGO training (GH-140809)
Steve Dower committed
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
V
gh-142489: Increase ssl_handshake_timeout in asyncio tests (#142523)
Victor Stinner committed
K
gh-137007: Track executor before any possible deallocations (GH-137016)
Ken Jin committed
E
gh-135559: [Enum] dir() on a Flag now shows aliases (GH-136527)
Ethan Furman committed
K
D
GH-142305: JIT: Deduplicating GOT symbols in the trace (#142316)
Diego Russo committed
A
V
gh-139927: Fix test_embed on OpenIndiana (#142514)
Victor Stinner committed