COMMITS
/ Modules/gcmodule.c May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 22, 2024
M
March 20, 2024
M
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon committed
February 28, 2024
S
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Sam Gross committed
February 16, 2024
S
gh-112529: Make the GC scheduling thread-safe (#114880)
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-112529: Stop the world around gc.get_referents (#114823)
Sam Gross committed
February 5, 2024
M
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon committed
January 8, 2024
E
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland committed
January 5, 2024
S
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross committed
December 11, 2023
S
gh-112529: Use atomic operations for `gcstate->collecting` (#112533)
Sam Gross committed
December 6, 2023
C
gh-111178: Define `visitproc` callback functions properly and remove unnecessary casts in gcmodule.c (#112687)
Christopher Chavez committed
November 12, 2023
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 6, 2023
V
gh-108753: Enhance pystats (#108754)
Victor Stinner committed
August 4, 2023
M
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon committed
July 24, 2023
V
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner committed
June 23, 2023
V
gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)
Victor Stinner committed
June 6, 2023
V
gh-105268: Add _Py_FROM_GC() function to pycore_gc.h (#105362)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 3, 2023
E
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Eric Snow committed
May 2, 2023
J
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić committed
May 1, 2023
D
gh-104028: Reduce object creation while calling callback function from gc (gh-104030)
Dong-hee Na committed
April 23, 2023
D
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 14, 2023
J
gh-102013: Add PyUnstable_GC_VisitObjects (#102014)
Jacob Bower committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 29, 2022
V
gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
October 8, 2022
P
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado committed
August 4, 2022
E
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
Eric Snow committed
July 27, 2022
P
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during deallocation in debug mode (#95325)
Pablo Galindo Salgado committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
May 4, 2022
V
gh-92036: Fix gc_fini_untrack() (#92037)
Victor Stinner committed
January 27, 2022
V
bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Victor Stinner committed
January 14, 2022
January 13, 2022
V
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
Victor Stinner committed
December 7, 2021
November 29, 2021
M
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon committed
October 1, 2021
V
bpo-41710: gc_collect_main() uses _PyTime_GetPerfCounter() (GH-28676)
Victor Stinner committed
August 4, 2021
V
bpo-41117: Cleanup subtract_refs() (GH-27593)
Victor Stinner committed
April 28, 2021
S
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder committed
March 14, 2021
P
bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836)
Pablo Galindo committed
March 10, 2021
P
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
February 16, 2021
N
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
November 19, 2020
C
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Christian Heimes committed
October 30, 2020
V
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
Victor Stinner committed