]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (#150356)
authorEdward Xu <xuxiangad@gmail.com>
Wed, 3 Jun 2026 11:28:26 +0000 (19:28 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 11:28:26 +0000 (16:58 +0530)
commit41eb8ee2bb8cfd4129736e1f6068e702b8bdba6c
tree1a552ee4b7a26aa1455dd83271f6821955831e03
parent494f2e3c92cc1b7774cca16fca5c7d1ff18c0de2
gh-148613: Fix race in `gc_set_threshold` and `gc_get_threshold` (#150356)
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