Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-104955: Fix __release_buffer__ signature #104956

Merged
merged 2 commits into from
May 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Core and Builtins/2023-05-25-21-40-39.gh-issu…
…e-104955.LZx7jf.rst

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
  • Loading branch information
JelleZijlstra and kumaraditya303 committed May 26, 2023
commit 3c5d2cf5078bb0c2363fe0fcf979b70efe7683a2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix signature for the new :meth:`__release_buffer__` slot. Patch by Jelle
Fix signature for the new :meth:`~object.__release_buffer__` slot. Patch by Jelle
Zijlstra.