Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132097: use a macro for semantically casting function pointers#132406
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
!buildbot EMScripten |
bedevere-bot commentedApr 18, 2025
The regex 'EMScripten' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
Hum, ideally I wanted to be sure that this change won't be bad for EMScripten but hopefully it won't. @hoodmane Can you confirm that this won't be breaking EMScripten builds? (and do we have a build bot for it?) |
hoodmane commentedApr 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
3793526
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This is typically useful when one needs to find if a cast is needed or not.
-fsanitize=undefined -fno-sanitize-recover
#132097