]> granicus.if.org Git - python/commit
* Re-fix issue #19284: Don't generate the no-op -R command line
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:15:26 +0000 (20:15 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:15:26 +0000 (20:15 -0800)
commitfcbdf9906ba1ee0fcb53ff1a8afaaa933a92a56f
tree140b6f95690cca9a0d7d4787921d93f99e2d2fd6
parent86d322f0204797b0a2fe46e33bce240335270c6f
parent6edadfc9ca0934324e517fc9f9bdd902319825df
* Re-fix issue #19284: Don't generate the no-op -R command line
  parameter to "enable" the always on sys.flags.hash_randomization
  in _args_from_interpreter_flags() used by multiprocessing and
  some unittests.  This simplifies the code.
* assert_python_ok docstring typo fix.
* Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed.
Lib/test/test_cmd_line.py