Skip to content

gh-146527: Fix memory leak in _PyGC_Fini()#150969

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:free_gc
Jun 5, 2026
Merged

gh-146527: Fix memory leak in _PyGC_Fini()#150969
vstinner merged 2 commits into
python:mainfrom
vstinner:free_gc

Oops, use PyMem_RawFree() instead of PyMem_Free()

5b8c03f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
lint
succeeded Jun 5, 2026 in 25s