Skip to content

Commit c50fec3

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2024-11-12-19-24-00.gh-issue-126341.5SdAe1.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 9f7d4b1 commit c50fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added a check to require that a memoryview object is not released before iterating through it. Previously, iterating through a memoryview object caused a SystemError.
1+
Fixed :class:`SystemError` when trying to iterate over a released :class:`memoryview` object.

0 commit comments

Comments
 (0)