-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-40724: Fix return type of heapctypewithbuffer_releasebuffer() #20685
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
bpo-40724: Fix return type of heapctypewithbuffer_releasebuffer() #20685
Conversation
Thanks @remilapeyre for the PR, and @scoder for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks! |
Sorry, @remilapeyre and @scoder, I could not cleanly backport this to |
Thanks @remilapeyre for the PR, and @scoder for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry @remilapeyre and @scoder, I had trouble checking out the |
Thanks @remilapeyre for the PR, and @scoder for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-20690 is a backport of this pull request to the 3.9 branch. |
…r_releasebuffer() (GH-20685) (GH-20690) (cherry picked from commit b8867e5) Co-authored-by: Rémi Lapeyre <[email protected]>
CC @scoder
This function has no return value:
https://bugs.python.org/issue40724