Skip to content

Commit de3592e

Browse files
committed
Merge branch 'fix-issue-126341' of github.com:ritvikpasham/cpython into fix-issue-126341
2 parents 5d857d1 + c50fec3 commit de3592e

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)