Qiangning Hong added the comment:
Return 1315925605 now :)
--
Added file: http://bugs.python.org/file32044/hash_of_none.patch
___
Python tracker
<http://bugs.python.org/issue19
New submission from Qiangning Hong:
Integers, strings, and bool's hash are all consistent for processes of a same
interpreter. However, hash(None) differs.
$ python -c "print(hash(None))"
272931276
$ python -c "print(hash(None))"
277161420
It's wired and m
Changes by Qiangning Hong :
--
keywords: +patch
Added file: http://bugs.python.org/file32043/hash_of_none.patch
___
Python tracker
<http://bugs.python.org/issue19
Changes by Qiangning Hong :
--
nosy: +hongqn
___
Python tracker
<http://bugs.python.org/issue14562>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Qiangning Hong :
--
nosy: +hongqn
___
Python tracker
<http://bugs.python.org/issue9205>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Qiangning Hong :
--
nosy: +hongqn
___
Python tracker
<http://bugs.python.org/issue4947>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Qiangning Hong :
--
nosy: +hongqn
___
Python tracker
<http://bugs.python.org/issue1722344>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Qiangning Hong <[EMAIL PROTECTED]>:
--
nosy: +hongqn
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2277>
___
___
Python