]> granicus.if.org Git - python/commit
__hash__ may now return long int; the final hash
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 9 Aug 2006 07:57:39 +0000 (07:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 9 Aug 2006 07:57:39 +0000 (07:57 +0000)
commitab2f8f7bd556c16a2b30aa8ec05d4c9d8c50d311
tree173d0b8612bd7a76a7fc9c8105e8a53370dbd7ab
parent209307eb3bca9aeb9b842014edcfe8df9cbb7f91
__hash__ may now return long int; the final hash
  value is obtained by invoking hash on the long int.
Fixes #1536021.
Doc/ref/ref3.tex
Lib/test/test_builtin.py
Misc/NEWS
Objects/classobject.c
Objects/typeobject.c