]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129107: fix thread safety of `bytearray` where two critical sections are needed...
authorTomasz Pytel <tompytel@gmail.com>
Thu, 27 Feb 2025 14:59:58 +0000 (09:59 -0500)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 14:59:58 +0000 (20:29 +0530)
commite85f81f4309bda4649d99c6b6a8bec9fb53346cd
tree5988c6c3cf87814b0e784484891a8e0306bc0318
parent8ba0d7bbc295781bf27902380521db97a272c442
gh-129107: fix thread safety of `bytearray` where two critical sections are needed (#130227)
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-17-15-32-26.gh-issue-129107.fPPBLw.rst [new file with mode: 0644]
Objects/bytearrayobject.c