]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Jul 2026 20:12:12 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2026 20:12:12 +0000 (13:12 -0700)
commit46dbee9abd6038b89ea70d66a1417b0eca958b16
treec90cc131efeeaf8824854a2dbea514770739c4c4
parent7ed9b9153fef8ead9e3fd8122a2ab15bbc9b7c59
[3.14] gh-150411: fix `gc_generation.count` race in free-threading (GH-150413) (GH-153787)

(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