]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Jul 2026 06:07:57 +0000 (08:07 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 06:07:57 +0000 (11:37 +0530)
commit6d6f526866426160307dbc06edf7e2666fea85fa
treeee2a1a3d30f5e124f56d5b46c07a1eb96329904f
parentfd4c7a8d4d46c9b7db920a6b766d367ab22e6a1c
[3.15] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (#153788)

gh-150411: fix `gc_generation.count` race in free-threading (GH-150413)
(cherry picked from commit 12af26d17e4343c1f4ea3a1019bcc34ee76671c3)

Co-authored-by: Edward Xu <xuxiangad@gmail.com>
Lib/test/test_free_threading/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2026-05-26-00-06-30.gh-issue-150411.u-d-_5.rst [new file with mode: 0644]
Modules/gcmodule.c