mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
ad2f0884b1
* Skip sNaN's testing in 32-bit mode. * Drop float_set_snan() helper. * Use memcpy() workaround for sNaN's in PyFloat_Unpack4(). * Document, that sNaN's may not be preserved by PyFloat_Pack/Unpack API.