]> 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:05:55 +0000 (20:05 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Dec 2015 04:05:55 +0000 (20:05 -0800)
commit0212c4dc6b061a49fd8bc8df8f1bdd8049c292ef
treeec2886f932193bb6d1452447900bd4638a1831cd
parent220ba72c20869975ee9e900f78c7a724db13a3ee
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.
Lib/subprocess.py