8000 gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() by ericsnowcurrently · Pull Request #121060 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() #121060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Prev Previous commit
Next Next commit
Add a NEWS entry.
  • Loading branch information
ericsnowcurrently committed Jun 26, 2024
commit 071d270ca09b69a6e1468cf173121ec146f37404
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.
Loading
0