[pypy-dev] Hash compatibility between PyPy and CPython
Armin Rigo
armin.rigo at gmail.com
Sat Jun 2 01:07:56 EDT 2018
Hi Manuel,
On 2 June 2018 at 01:24, Manuel Jacob <me at manueljacob.de> wrote:
> that can be represented exactly by a float. Now the question is: should we
> change our int hash to be compatible with CPython?
Yes, I think so. We already jump through hoops to make the int hash
compatible with CPython. Apparently, we fail on 32-bit. We should
just fix it.
Armin
More information about the pypy-dev
mailing list