bpo-47084: Clear Unicode cached representations on finalization (GH-32032)

This commit is contained in:
Jeremy Kloth 2022-03-22 06:53:51 -06:00 committed by GitHub
parent 7d810b6a4e
commit 88872a29f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 78 additions and 18 deletions

View file

@ -18,6 +18,7 @@ extern PyStatus _PyUnicode_InitGlobalObjects(PyInterpreterState *);
extern PyStatus _PyUnicode_InitTypes(PyInterpreterState *);
extern void _PyUnicode_Fini(PyInterpreterState *);
extern void _PyUnicode_FiniTypes(PyInterpreterState *);
extern void _PyStaticUnicode_Dealloc(PyObject *);
/* other API */