]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)
authorXuanteng Huang <44627253+xuantengh@users.noreply.github.com>
Sat, 21 Jun 2025 08:43:15 +0000 (16:43 +0800)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 08:43:15 +0000 (14:13 +0530)
commit13cac833471885564cbfde72a4cbac64ade3137a
tree2e83812c703b329389821c81813905713973b7f7
parent8ca1e4d846e868a20834cf442c48a3648b558bbe
gh-135557: use atomic stores in `heapq` operations in free-threading (#135601)
Lib/test/test_free_threading/test_heapq.py
Misc/NEWS.d/next/Library/2025-06-17-23-13-56.gh-issue-135557.Bfcy4v.rst [new file with mode: 0644]
Modules/_heapqmodule.c