Files
cpython/Python
Miss Islington (bot) 06ffcde725 [3.15] gh-146527: Fix memory leak in _PyGC_Fini() (GH-150969) (#150970)
gh-146527: Fix memory leak in _PyGC_Fini() (GH-150969)

Free generation_stats allocated by _PyGC_Init().

Fix Python/gc.c: Python/gc_free_threading.c was already fixed.
(cherry picked from commit 0036565e81)

Co-authored-by: Victor Stinner <vstinner@python.org>
2026-06-05 14:11:37 +00:00
..

Miscellaneous source files for the main Python shared library