gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() by ericsnowcurrently · Pull Request #121060 · python/cpython · GitHub
Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:c:func:`Py_Finalize()` and :c:func:`Py_FinalizeEx()` now always run with
the main interpreter active.
156 changes: 147 additions & 9 deletions Python/pylifecycle.c