Message199448
Is this something we actually want to support officially? Many other types have non-repeatable hashes, e.g.:
$ PYTHONHASHSEED=1 python3 -c "print(hash((lambda: 0)))"
8771754605115
$ PYTHONHASHSEED=1 python3 -c "print(hash((lambda: 0)))"
8791504743739
$ PYTHONHASHSEED=1 python3 -c "print(hash((lambda: 0)))"
8788491320379
$ PYTHONHASHSEED=1 python3 -c "print(hash((lambda: 0)))"
8792628055611 |
|
| Date |
User |
Action |
Args |
| 2013-10-11 09:09:36 | pitrou | set | recipients:
+ pitrou, tim.peters, rhettinger, christian.heimes, hongqn |
| 2013-10-11 09:09:36 | pitrou | set | messageid: <1381482576.32.0.16316592263.issue19224@psf.upfronthosting.co.za> |
| 2013-10-11 09:09:36 | pitrou | link | issue19224 messages |
| 2013-10-11 09:09:36 | pitrou | create | |
|