We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
__release_buffer__
Currently the signature for PEP-688's __release_buffer__ method is as follows:
>>> bytearray.__release_buffer__.__text_signature__ '($self, /)'
This is incorrect; the method takes a single argument that according to the PEP should be called buffer.
buffer
The text was updated successfully, but these errors were encountered:
pythongh-104955: Fix __release_buffer__ signature
74617c7
gh-104955: Fix __release_buffer__ signature (#104956)
6e1eccd
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
pythongh-104955: Fix __release_buffer__ signature (pythonGH-104956)
5a9c46e
(cherry picked from commit 6e1eccd) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
[3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)
3158b4d
JelleZijlstra
Successfully merging a pull request may close this issue.
Currently the signature for PEP-688's
__release_buffer__
method is as follows:This is incorrect; the method takes a single argument that according to the PEP should be called
buffer
.Linked PRs
The text was updated successfully, but these errors were encountered: