bpo-1635741: Release Unicode interned strings at exit (GH-21269)
* PyUnicode_InternInPlace() now ensures that interned strings are ready. * Add _PyUnicode_ClearInterned(). * Py_Finalize() now releases Unicode interned strings: call _PyUnicode_ClearInterned().
V
Victor Stinner committed
666ecfb0957a2fa0df5e2bd03804195de74bdfbf
Parent: 90db465
Committed by GitHub <noreply@github.com>
on 7/1/2020, 11:19:57 PM