Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
GH-115322: fix ctypes call_function audit hook on 32-bit platforms#132496
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
GH-115322: fix ctypes call_function audit hook on 32-bit platforms#132496
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…rms.It was using a signed conversion to communicate the function id (pointer) value.
bedevere-bot commentedApr 14, 2025
🤖 New build scheduled with the buildbot fleet by@gpshead for commit07ea52a 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132496%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
bedevere-bot commentedApr 14, 2025
🤖 New build scheduled with the buildbot fleet by@gpshead for commit100c52f 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132496%2Fmerge If you want to schedule another build, you need to add the🔨 test-with-buildbots label again. |
7a29c98 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.
It was using a signed conversion to communicate the function id (pointer) value.
Fixes the regression caused by today's earlier#115624.