]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jun 2026 11:54:42 +0000 (13:54 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 11:54:42 +0000 (11:54 +0000)
commit6a02a8848fece567d97810b170b7e5e8ce36813a
tree619fba74c95920d448660d21c80deec8072e86ae
parent522fe015ab03903d252d10f94bcd2fca56a521c5
[3.14] gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356) (#150842)

gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (GH-150356)
(cherry picked from commit 41eb8ee2bb8cfd4129736e1f6068e702b8bdba6c)

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-24-22-46-49.gh-issue-148613.PLpmyd.rst [new file with mode: 0644]
Modules/gcmodule.c