]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 19:05:59 +0000 (20:05 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2024 19:05:59 +0000 (19:05 +0000)
commit3fe062c98d5b25766740effa866bbf9e38c0a585
tree6d34c5363e562f38b7d7b5c94793e0a0afd98d00
parent1d6ba84ecbcac1a5d967c122f707184a23374e26
[3.13] gh-126341: add release check to `__iter__` method of `memoryview` (GH-126759) (#126778)

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