]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129107: make `bytearray` thread safe (#129108)
authorTomasz Pytel <tompytel@gmail.com>
Sat, 15 Feb 2025 07:19:42 +0000 (02:19 -0500)
committerGitHub <noreply@github.com>
Sat, 15 Feb 2025 07:19:42 +0000 (07:19 +0000)
commita05433f24a6e1c6d2fbcc82b7a372c376a230897
treed866c1102831210a598f5f0478adb190edd8f542
parentd2e60d8e598b622573b68b80b4fbf98c021dd087
gh-129107: make `bytearray` thread safe (#129108)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/cpython/bytearrayobject.h
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-20-23-34-14.gh-issue-129107.T5gBva.rst [new file with mode: 0644]
Objects/bytearrayobject.c
Objects/clinic/bytearrayobject.c.h