]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:18:15 +0000 (20:18 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:18:15 +0000 (14:18 -0400)
commit070993b8ad26e6dd0f97d07db19d1400aa613a47
tree235feb452c9c9583451b2693154d23d3c36daaa4
parent5b64b596186806bb68c6c9f62e34ea1c2b599442
[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 571210b8f34a54922e5eb11d65060d7a77b8bdf0)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/concurrent/interpreters/__init__.py
Lib/test/test_interpreters/test_api.py
Misc/NEWS.d/next/Library/2025-09-18-05-32-18.gh-issue-135729.8AmMza.rst [new file with mode: 0644]