]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jul 2022 17:04:47 +0000 (10:04 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 17:04:47 +0000 (10:04 -0700)
commit2d79804bb00908d6563522c86f81128123752c5e
tree08e706566e4ee54a339250480c8bca0312b16174
parent906b345dddb4cc5f72a11a10c4e3f1f7712919c0
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)

(cherry picked from commit f36589510b8708fa224d799d5b328deab558aa4e)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_bytes.py
Misc/NEWS.d/next/Core and Builtins/2022-07-15-16-15-04.gh-issue-91153.HiBmtt.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/bytearrayobject.c