Message199441
How about
>>> (78 << 24) + (111 << 16) + (110 << 8) + 101
1315925605
The output of hash() is not guaranteed to be consistent between processes. The outcome depends on the hash randomization key, architecture, platform, Python version and perhaps other flags. 32bit builds of Python generated different hash() values than 64bit. The value might depend on endianess, too. (Not sure about that) |
|
Date |
User |
Action |
Args |
2013-10-11 05:06:31 | christian.heimes | set | recipients:
+ christian.heimes, rhettinger, hongqn |
2013-10-11 05:06:31 | christian.heimes | set | messageid: <1381467991.6.0.551490763649.issue19224@psf.upfronthosting.co.za> |
2013-10-11 05:06:31 | christian.heimes | link | issue19224 messages |
2013-10-11 05:06:31 | christian.heimes | create | |
|