summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2022-10-16-15-00-25.gh-issue-96853.V0wiXP.rst
blob: d7e3cc423ac8951e087f1289cd203e1d6281b8da (plain)
1
2
3
4
``Py_InitializeEx`` now correctly calls ``PyConfig_Clear`` after initializing
the interpreter (the omission didn't cause a memory leak only because none
of the dynamically allocated config fields are populated by the wrapper
function)