Message152299
On Sun, 2012-01-29 at 00:06 +0000, Dave Malcolm wrote:
I went ahead and added the flag to sys.flags, so now
$ make test TESTPYTHONOPTS=-R
shows:
Testing with flags: sys.flags(debug=0, division_warning=0, inspect=0,
interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0,
no_site=0, ignore_environment=1, verbose=0, bytes_warning=2,
hash_randomization=1)
...note the:
hash_randomization=1
at the end of sys.flags. (This seems useful for making it absolutely
clear if you're getting randomization or not). Hopefully I'm not
creating too much work for the other Python implementations.
Am attaching new version of patch for 3.1:
optin-hash-randomization-for-3.1-dmalcolm-2012-01-29-001.patch |
|
Date |
User |
Action |
Args |
2012-01-30 01:39:25 | dmalcolm | set | recipients:
+ dmalcolm, lemburg, gvanrossum, tim.peters, loewis, barry, georg.brandl, terry.reedy, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, benjamin.peterson, eric.araujo, grahamd, Arfrever, v+python, alex, zbysz, skrah, gz, neologix, Arach, Mark.Shannon, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, Jim.Jewett, PaulMcMillan, fx5, skorgu |
2012-01-30 01:39:23 | dmalcolm | link | issue13703 messages |
2012-01-30 01:39:23 | dmalcolm | create | |
|