mirror of
https://github.com/python/cpython.git
synced 2026-06-27 13:20:40 -04:00
06ffcde725
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>
Miscellaneous source files for the main Python shared library