mirror of
https://github.com/python/cpython.git
synced 2026-05-23 12:53:22 -04:00
d3b33b5f6f
recent gcc on Linux/x86)
[ 899109 ] 1==float('nan')
by implementing rich comparisons for floats.
Seems to make comparisons involving NaNs somewhat less surprising
when the underlying C compiler actually implements C99 semantics.