]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Nov 2024 18:44:01 +0000 (19:44 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 18:44:01 +0000 (20:44 +0200)
commit0bdcc84ae99ff695b10b2f13c5a00497ce0840e5
tree0721f585163afe0e5bfc561939402c1408eae751
parentdd212592834bb3a4be43b5d7d1a90876701e9885
[3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126779)

gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759)
(cherry picked from commit a12690ef49e8fc8a3af4c5f1757eb3caffb35e03)

Co-authored-by: Ritvik Pasham <ritvikpasham@gmail.com>
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