[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060) by miss-islington · Pull Request #121067 · python/cpython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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