We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314253c commit 98888e0Copy full SHA for 98888e0
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-07-11-01-17-57.gh-issue-153419.U8HJOJ.rst
@@ -0,0 +1,4 @@
1
+Fix several ``bytearray`` crashes caused by calling or not calling __init__
2
+at the expected times. As a side-effect, calling __init__ on an empty
3
+bytearray that has an active buffer view (``memoryview`` or similar) will
4
+now raise a ``BufferError``
0 commit comments