COMMITS
/ Include/internal/pycore_runtime_init.h March 11, 2026
S
gh-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)
Sergey B Kirpichev committed
May 21, 2025
P
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Peter Bierma committed
May 6, 2025
A
Remove duplicate includes: Include/internal/ (#132624)
Adam Turner committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
V
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
March 6, 2025
S
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross committed
December 2, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-127110)
Mark Shannon committed
November 19, 2024
November 18, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)
Mark Shannon committed
November 8, 2024
M
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
Mark Shannon committed
November 7, 2024
E
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 8, 2024
August 30, 2024
M
gh-123484: Fix the debug offsets for PyLongObject (#123485)
Matt Wozniski committed
August 15, 2024
P
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado committed
July 3, 2024
G
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta committed
July 2, 2024
P
gh-115773: Add sizes to debug offset structure (#120112)
Pablo Galindo Salgado committed
May 2, 2024
P
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Pablo Galindo Salgado committed
April 26, 2024
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 11, 2024
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
March 20, 2024
M
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon committed
February 28, 2024
P
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado committed
February 20, 2024
S
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross committed
February 16, 2024
S
gh-115103: Implement delayed memory reclamation (QSBR) (#115180)
Sam Gross committed
February 14, 2024
S
gh-115441: Fix missing braces warning (#115460)
Sam Gross committed
February 7, 2024
M
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Mark Shannon committed
February 6, 2024
S
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross committed
February 5, 2024
M
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon committed
January 27, 2024
N
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer committed
January 23, 2024
S
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross committed
January 16, 2024
S
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross committed
December 7, 2023
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 23, 2023
R
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911)
Radislav Chugunov committed
October 3, 2023
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
August 17, 2023
M
August 3, 2023
E
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow committed
July 28, 2023
E
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow committed
July 27, 2023
E
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow committed
July 11, 2023
P
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado committed
June 8, 2023
E
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow committed
May 10, 2023
E
gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed