mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Py_Cleanup() is now Py_Finalize().
This commit is contained in:
parent
cc283f56a7
commit
5d1770ee24
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ Py_Main(argc, argv)
|
|||
(filename != NULL || command != NULL))
|
||||
sts = PyRun_AnyFile(stdin, "<stdin>") != 0;
|
||||
|
||||
Py_Cleanup();
|
||||
Py_Finalize();
|
||||
return sts;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue