]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
authorBrandt Bucher <brandtbucher@microsoft.com>
Tue, 19 Jul 2022 16:42:40 +0000 (09:42 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 16:42:40 +0000 (09:42 -0700)
commitf36589510b8708fa224d799d5b328deab558aa4e
tree3a6268e6af9ad9984dbb6a52d13e454582742cab
parent3f738600f623b88bc90ec12587f75babb6f1025e
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
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