summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 5140c4f..00b2e4c 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -241,7 +241,7 @@ Py_Main(argc, argv)
(filename != NULL || command != NULL))
sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
- Py_Cleanup();
+ Py_Finalize();
return sts;
}