]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142048: Fix lost gc allocations count on thread cleanup (GH… (#142506)
authorKumar Aditya <kumaraditya@python.org>
Thu, 11 Dec 2025 09:37:38 +0000 (15:07 +0530)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 09:37:38 +0000 (15:07 +0530)
commitfda856f368e2abc323b2fda6e0aa356aec907db0
treec47c598b41cbcf0a67cccf91048019ab7204518b
parent813bcffffcb6ad7c98bf404fca2821b903c11081
[3.13] gh-142048: Fix lost gc allocations count on thread cleanup (GH… (#142506)

[3.13] gh-142048: Fix lost gc allocations count on thread cleanup (GH-142233)
(cherry picked from commit 49b1fb43f65290dadeb83ed6f7c0c74995fda7a1)

Co-authored-by: Kevin Wang <kevmo314@gmail.com>
Python/pystate.c