-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Emscripten trampolines not quite right since #106219 #121700
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Jul 13, 2024
encukou
pushed a commit
that referenced
this issue
Jul 14, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 14, 2024
…-106219 (pythonGH-121701) (cherry picked from commit 3086b86) Co-authored-by: Hood Chatham <[email protected]>
encukou
pushed a commit
that referenced
this issue
Jul 14, 2024
… (GH-121701) (GH-121744) (cherry picked from commit 3086b86) Co-authored-by: Hood Chatham <[email protected]>
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
May 13, 2025
I found out about the `if` instruction which lets us have slightly shorter code here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
pycore_emscripten_trampoline.h
defines_PyCFunctionWithKeywords_TrampolineCall
as a macro butpycore_object.h
tries to declare it. This leads to a compile error. The fix is to delete the declaration frompycore_object.h
.CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: