[Python-Dev] hash randomization in 3.3 (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Feb 21 19:19:28 CET 2012
- Previous message: [Python-Dev] A panel with Guido/python-dev on scientific uses and Python 3 at Google HQ, March 2nd
- Next message: [Python-Dev] hash randomization in 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] A panel with Guido/python-dev on scientific uses and Python 3 at Google HQ, March 2nd
- Next message: [Python-Dev] hash randomization in 3.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]