mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
2 lines
129 B
ReStructuredText
2 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.
|