> we had an unusual discussion about a Python oddity
There are so many discussions about "X language is so weird about it handles numbers!" and it's just IEEE 754 floats.
The oddity here is not the float itself, it's that Python provided a default hash implementation for floats
The oddity here is not the float itself, it's that Python provided a default hash implementation for floats