Sorry, something went wrong.
|
Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, something went wrong.
|
GH-5710 is a backport of this pull request to the 3.7 branch. |
Sorry, something went wrong.
|
GH-153140 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
CPython crashes during finalization if any subinterpreters haven't been destroyed. From the perspective of the C-API this is reasonable. However, for Python bindings to that C-API, it is not. This patch fixes that by destroying any interpreter for which the Python-level ID object is garbage-collected.
https://bugs.python.org/issue32604