Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
[3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)#142301
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
[3.14] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)#142301
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vstinner commentedDec 11, 2025
"Tests / Android (x86_64) (pull_request)" failed. I re-ran the job. |
mhsmith commentedDec 12, 2025
The Android tests failed because the last commit on this PR is slightly earlier than the merge of#142292. Re-running the tests doesn't pick up any new changes from the base branch; you can do that by pushing any new commit to the PR (not necessarily a merge commit). |
vstinner commentedDec 12, 2025
I clicked on [Update the branch]. |
ebeb07f intopython:3.14Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commit706fdda)
Co-authored-by: Serhiy Storchakastorchaka@gmail.com
Co-authored-by: Sergey B Kirpichevskirpichev@gmail.com
Py_ABS()macro withLLONG_MIN#141370