-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-99443: descr_set_trampoline_call
return type should be int
not PyObject*
#99444
gh-99443: descr_set_trampoline_call
return type should be int
not PyObject*
#99444
Conversation
ca9f87c
to
f22e6d2
Compare
@gvanrossum Would you mind reviewing this? This fixes a typo. The return value is an I think this one can be rebased cleanly onto 3.11. |
descr_set_trampoline_call
return type should be int
not PyObject*
descr_set_trampoline_call
return type should be int
not PyObject*
Thanks @hoodmane for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…t` not `PyObject*` (pythonGH-99444) (cherry picked from commit bc390dd) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
GH-99552 is a backport of this pull request to the 3.11 branch. |
|
|
|
descr_set_trampoline_call
return type should beint
notPyObject*
#99443