Comment #4 on issue 3339 by [email protected]: print PYTHONHASHSEED value when set as random
http://code.google.com/p/sympy/issues/detail?id=3339
C:\Users\cps\sympy>set PYTHONHASHSEED=random C:\Users\cps\sympy>\s\test boolalg C:\Users\cps\sympy>\Python27\python.exe bin\test boolalg ============================= test process starts ============================= executable: C:\Python27\python.exe (2.7.3-final-0) architecture: 32-bit cache: yes ground types: python random seed: 47384865 hash randomization: on (PYTHONHASHSEED=random) sympy\logic\tests\test_boolalg.py[25] ......................... [OK] ================= tests finished: 25 passed, in 0.13 seconds ================== That's what I tried first but it still shows it has being on: C:\Users\cps\sympy>set PYTHONHASHSEED=0 C:\Users\cps\sympy>\s\test boolalg C:\Users\cps\sympy>\Python27\python.exe bin\test boolalg ============================= test process starts ============================= executable: C:\Python27\python.exe (2.7.3-final-0) architecture: 32-bit cache: yes ground types: python random seed: 84202400 hash randomization: on (PYTHONHASHSEED=0) sympy\logic\tests\test_boolalg.py[25] ......................... [OK] ================= tests finished: 25 passed, in 0.09 seconds -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
