]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145713: make bytearray.resize thread-safe on free-threading (#145714) ...
authorThomas Kowalski <thom.kowa@gmail.com>
Fri, 13 Mar 2026 15:04:24 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 15:04:24 +0000 (20:34 +0530)
commitc3ea6c291e17d4420276e87b9434183b298ad5f4
tree608fa8ed859fcd47426db2ad0b06257f64e991c7
parent7e4dc65ad85b959b031b268c794fba4c81e8a413
[3.14] gh-145713: make bytearray.resize thread-safe on free-threading (#145714) (#145799)

gh-145713: make bytearray.resize thread-safe on free-threading (#145714)

(cherry picked from commit c3955e049fd5dbd3d92bc95fed4442964156293d)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-09-00-00-00.gh-issue-145713.KR6azvzI.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/clinic/bytearrayobject.c.h