]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126341: add release check to `__iter__` method of `memoryview` (#126759)
authorRitvik Pasham <ritvikpasham@gmail.com>
Wed, 13 Nov 2024 11:51:01 +0000 (06:51 -0500)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 11:51:01 +0000 (11:51 +0000)
commita12690ef49e8fc8a3af4c5f1757eb3caffb35e03
treecbb2fae853e1123469b8441d4e7943faa16fcbe9
parentba088c8f9cf7163b0f28c507cb1343befe21997e
gh-126341: add release check to `__iter__` method of `memoryview` (#126759)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_buffer.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-12-19-24-00.gh-issue-126341.5SdAe1.rst [new file with mode: 0644]
Objects/memoryobject.c