]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104371: Fix calls to `__release_buffer__` while an exception is active (#104378)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 12 May 2023 05:22:40 +0000 (22:22 -0700)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 05:22:40 +0000 (05:22 +0000)
commita0a98ddb31591357bead4694b21717cb4034924f
tree05269c152cc5a41d126dba845faaa2f08d726657
parentac66cc17f21653b66321b50d0a1f792982fca21f
gh-104371: Fix calls to `__release_buffer__` while an exception is active (#104378)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_buffer.py
Objects/typeobject.c