Commit b9ad3002 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Have to clear ics before PyImport_Cleanup as well

parent a79385d6
...@@ -4713,6 +4713,7 @@ extern "C" void Py_Finalize() noexcept { ...@@ -4713,6 +4713,7 @@ extern "C" void Py_Finalize() noexcept {
// initialized = 0; // initialized = 0;
PyType_ClearCache(); PyType_ClearCache();
clearAllICs();
PyGC_Collect(); PyGC_Collect();
PyImport_Cleanup(); PyImport_Cleanup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment