diff options
Diffstat (limited to 'Python/pylifecycle.c')
-rw-r--r-- | Python/pylifecycle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c index 5572f61..662e578 100644 --- a/Python/pylifecycle.c +++ b/Python/pylifecycle.c @@ -1676,6 +1676,7 @@ finalize_interp_types(PyInterpreterState *interp) _PyThread_FiniType(interp); _PyErr_FiniTypes(interp); _PyTypes_Fini(interp); + _PyTypes_FiniTypes(interp); // Call _PyUnicode_ClearInterned() before _PyDict_Fini() since it uses // a dict internally. |