cpython/Misc/NEWS.d/next/Core and Builtins/2022-07-15-16-15-04.gh-issu...

3 lines
129 B
ReStructuredText

Fix an issue where a :class:`bytearray` item assignment could crash if it's
resized by the new value's :meth:`__index__` method.