-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
descr_set_trampoline_call
return type should be int
not PyObject*
#99443
New issue
10000
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 16, 2022
…t` not `PyObject*` (pythonGH-99444) (cherry picked from commit bc390dd) Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Thanks for fixing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
getset_set
return type isint
,descr_set_trampoline_call
's return type needs to be the same. I think this was a copy-paste error that occurred when applying my patch wheredescr_set_trampoline_call
returnsint
:https://github.com/pyodide/pyodide/blob/main/cpython/patches/0001-Patch-in-call-trampolines-to-handle-fpcast-troubles.patch
Linked PRs
descr_set_trampoline_call
return type should beint
notPyObject*
#99444descr_set_trampoline_call
return type should beint
notPyObject*
(GH-99444) #99552The text was updated successfully, but these errors were encountered: