COMMITS
/ Include/internal/pycore_gc.h February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
October 30, 2020
V
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
Victor Stinner committed
June 23, 2020
V
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner committed
June 5, 2020
V
bpo-40521: Make context free list per-interpreter (GH-20644)
Victor Stinner committed
V
bpo-40521: Make async gen free lists per-interpreter (GH-20643)
Victor Stinner committed
V
bpo-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner committed
June 4, 2020
V
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner committed
V
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner committed
V
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner committed
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner committed