]> 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:09:42 +0000 (20:09 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:09:42 +0000 (20:09 -0800)
commit6edadfc9ca0934324e517fc9f9bdd902319825df
treede01df4779ae662327a0a60a8adf81cb1f730325
parente847d7170d3f41b1ec773ab203c11f1addd6d4ac
parent8c084eb77d69ec1527fad943a4031b1b29193e98
* 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/subprocess.py
Lib/test/support/script_helper.py
Lib/test/test_cmd_line.py