mirror of
https://github.com/python/cpython.git
synced 2026-05-17 01:49:12 -04:00
6edadfc9ca
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.