]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-13560...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Jun 2025 11:02:27 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 11:02:27 +0000 (16:32 +0530)
commite388b29a107d782f76b90d3fed278a6d1cf1c0de
tree78a620a017176c782fcb1b99beadbd68fbfe3f44
parentfa62dfe888b0c24be603ddfd4e0137429bd79099
[3.14] gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601) (#135787)

gh-135557: use atomic stores in `heapq` operations in free-threading (GH-135601)
(cherry picked from commit 13cac833471885564cbfde72a4cbac64ade3137a)

Co-authored-by: Xuanteng Huang <44627253+xuantengh@users.noreply.github.com>
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