diff options
author | Victor Stinner <vstinner@python.org> | 2020-07-02 01:19:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 01:19:57 +0200 |
commit | 666ecfb0957a2fa0df5e2bd03804195de74bdfbf (patch) | |
tree | 7d848ed239aeeece4ac47aaec793d1368d531b78 /Python/Python-ast.c | |
parent | 90db4653ae37ef90754cfd2cd6ec6857b87a88e6 (diff) | |
download | cpython-git-666ecfb0957a2fa0df5e2bd03804195de74bdfbf.tar.gz |
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 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions