]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145713: make bytearray.resize thread-safe on free-threading (#145714)
authorThomas Kowalski <thom.kowa@gmail.com>
Wed, 11 Mar 2026 07:27:26 +0000 (08:27 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 07:27:26 +0000 (12:57 +0530)
commitc3955e049fd5dbd3d92bc95fed4442964156293d
treed8a2e5cf1a17f5186328ba227a29db22edfe1cb5
parentebb150e76ab4988fdcd5e8caa36b9014497573a5
gh-145713: make bytearray.resize thread-safe on free-threading (#145714)

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