diff options
author | Victor Stinner <vstinner@python.org> | 2020-07-01 23:19:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 23:19:57 (GMT) |
commit | 666ecfb0957a2fa0df5e2bd03804195de74bdfbf (patch) | |
tree | 7d848ed239aeeece4ac47aaec793d1368d531b78 /Lib | |
parent | 90db4653ae37ef90754cfd2cd6ec6857b87a88e6 (diff) | |
download | cpython-666ecfb0957a2fa0df5e2bd03804195de74bdfbf.zip cpython-666ecfb0957a2fa0df5e2bd03804195de74bdfbf.tar.gz cpython-666ecfb0957a2fa0df5e2bd03804195de74bdfbf.tar.bz2 |
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().
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions