[Python-Dev] hash randomization in 3.3

Antoine Pitrou solipsis at pitrou.net
Tue Feb 21 19:19:28 CET 2012


Hello,

Shouldn't it be enabled by default in 3.3?
It's currently disabled.

$ ./python -c "print(hash('aa'))"
12416074593111936
[44297 refs]
$ ./python -c "print(hash('aa'))"
12416074593111936
[44297 refs]

Thanks

Antoine.




More information about the Python-Dev mailing list