]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 May 2023 13:15:08 +0000 (06:15 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 13:15:08 +0000 (13:15 +0000)
commit3158b4d2f92299a2d2571405ff6eb920fa9d6b50
tree651103eb80561b91e653710b41c8223374368bf2
parent83bdfa43206f9d04585d1d44ea55e1d93091a905
[3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)

(cherry picked from commit 6e1eccdcce5ea3bf1ef9d326d20ef9df21262c6b)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/test_inspect.py
Misc/NEWS.d/next/Core and Builtins/2023-05-25-21-40-39.gh-issue-104955.LZx7jf.rst [new file with mode: 0644]
Objects/typeobject.c