]> granicus.if.org Git - python/commit
Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing
authorGregory P. Smith <greg@krypto.org>
Sun, 13 Dec 2015 21:57:50 +0000 (13:57 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 13 Dec 2015 21:57:50 +0000 (13:57 -0800)
commit64fa45af5a5acadb3f42a1668f99c0c3784eca69
treef66d51de86ea854463982f6f36174b0a3be2a8e3
parent04627633edb723efb74154c7ce988c7f93b11769
Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing
and some tests no longer behaves incorrectly in the presence of the
PYTHONHASHSEED environment variable.
Lib/subprocess.py
Misc/NEWS