FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060) by miss-islington · Pull Request #121067 · python/cpython · GitHub

/ cpython Public

[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060) - #121067

Merged
ericsnowcurrently merged 2 commits into
python:3.13from
miss-islington:backport-4be1f37-3.13
Jun 26, 2024
Merged

[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)#121067
ericsnowcurrently merged 2 commits into
python:3.13from
miss-islington:backport-4be1f37-3.13

Conversation

miss-islington commented Jun 26, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This change makes things a little less painful for some users. It also fixes a failing assert (gh-120765), by making sure all subinterpreters are destroyed before the main interpreter. As part of that, we make sure Py_Finalize() always runs with the main interpreter active.
(cherry picked from commit 4be1f37)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com

…e() (pythongh-121060)

This change makes things a little less painful for some users.  It also fixes a failing assert (pythongh-120765), by making sure all subinterpreters are destroyed before the main interpreter.  As part of that, we make sure Py_Finalize() always runs with the main interpreter active.
(cherry picked from commit 4be1f37)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
ericsnowcurrently enabled auto-merge (squash) June 26, 2024 21:33
ericsnowcurrently merged commit c839974 into python:3.13 Jun 26, 2024
miss-islington deleted the backport-4be1f37-3.13 branch January 2, 2026 16:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL