Commits
User selector
Commit History
Commits on Jun 11, 2026
Commits on May 26, 2026
Commits on May 6, 2026
gh-149101: Implement PEP 788 (GH-149116)
Show description for 2b7c28aauthored
Commits on Apr 11, 2026
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
Show description for 64afa94andauthored
Commits on Mar 4, 2026
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Show description for 31343cfandauthored
Commits on Jan 30, 2026
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Show description for 96e4cd6authored
Commits on Dec 10, 2025
gh-139927: Fix test_embed on OpenIndiana (#142514)
Show description for c76cfe8authored
Commits on Nov 26, 2025
Commits on Nov 14, 2025
- authored
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Show description for 1e4e59bauthored
Commits on Oct 2, 2025
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Show description for 6826ebfauthored
Commits on Sep 29, 2025
gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization_sys_options` (#139147)
Show description for 9c6a1f8authored
Commits on Sep 17, 2025
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)
Show description for a648813authored
Commits on Sep 15, 2025
Commits on Jul 25, 2025
gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
Show description for 9b451fbauthored
Commits on Jul 15, 2025
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Show description for c89a66fandauthored
Commits on May 21, 2025
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Show description for b8998feauthored
Commits on May 19, 2025
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)" (gh-134256)
Show description for 27bd082authoredgh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Show description for 9859791authored
Commits on May 9, 2025
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Show description for 6d9ec4eauthored
Commits on May 6, 2025
gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655)
Show description for c4bcc6aandauthored
Commits on Jan 20, 2025
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Show description for 8ceb6cbauthoredgh-129033: Remove _Py_InitializeMain() function (#129034)
Show description for 07c3518andauthored
Commits on Oct 15, 2024
Commits on Oct 8, 2024
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Show description for 7c4b6a6andauthored
Commits on Sep 27, 2024
Commits on Sep 19, 2024
Commits on Sep 4, 2024
- authored
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Show description for b423ae6authored
Commits on Sep 3, 2024
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Show description for ef9d547authored
Commits on Aug 17, 2024
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Show description for d061ffeauthored
Commits on Jul 29, 2024
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Show description for 490e0adauthored
Commits on Apr 18, 2024
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Show description for 340a02bauthored