]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104955: Fix __release_buffer__ signature (#104956)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 26 May 2023 12:44:23 +0000 (05:44 -0700)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 12:44:23 +0000 (05:44 -0700)
commit6e1eccdcce5ea3bf1ef9d326d20ef9df21262c6b
treef92b41124c2bc99e1e0557cb627004f995c0f20b
parent6c81d7572edbe3a5800b1128e55a2dcef03cc13c
gh-104955: Fix __release_buffer__ signature (#104956)

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