mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.14] gh-135729: Store reference to globals in Interpreter._decref (GH-139104) (GH-139112)
* gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
(cherry picked from commit 571210b8f3)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
5b64b59618
commit
070993b8ad
3 changed files with 24 additions and 2 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix unraisable exception during finalization when using
|
||||
:mod:`concurrent.interpreters` in the REPL.
|
||||
Loading…
Add table
Add a link
Reference in a new issue