[issue8188] Unified hash for numeric types.

Stefan Krah report at bugs.python.org
Tue Apr 6 16:20:47 CEST 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

I've finished reviewing the patch and I think it's quite ready to be
applied.

The documentation in stdtypes.rst says that P = 2**61-1 on 64-bit
machines. This should be changed to reflect the fact that actually
sizeof long is the deciding factor. I attach a patch that also fixes
the typo pointed out by Christophe Simonis.

----------
Added file: http://bugs.python.org/file16782/doc_stdtypes.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8188>
_______________________________________


More information about the Python-bugs-list mailing list