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)
|