summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 7cee8e4eda..2ceea2e889 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -504,6 +504,7 @@ Py_Finalize(void)
PyBytes_Fini();
PyLong_Fini();
PyFloat_Fini();
+ PyDict_Fini();
/* Cleanup Unicode implementation */
_PyUnicode_Fini();