-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-130317: Fix strict aliasing in PyFloat_Pack8() #133150
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
Conversation
* Fix strict aliasing in PyFloat_Pack8() and PyFloat_Pack4() * Fix _testcapi.float_set_snan() on x86 (32-bit).
Sorry, I merged quickly my PR since I would like to fix the buildbots ASAP. Your (post-merge) review would still be welcomed :-) |
Follow-up: #133155 to fix the test. |
|
nan
floats is non-invertible #130317