]> granicus.if.org Git - python/commit
bpo-32094: Update subprocess for -X dev (#4480)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 20 Nov 2017 23:24:56 +0000 (15:24 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2017 23:24:56 +0000 (15:24 -0800)
commitf39b674876d2bd47ec7fc106d673b60ff24092ca
tree071bcd7373549e35207590f6b1593ae99022b6f0
parent423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c
bpo-32094: Update subprocess for -X dev (#4480)

Modify subprocess._args_from_interpreter_flags() to handle -X dev
option.

Add also unit tests for test.support.args_from_interpreter_flags()
and test.support.optim_args_from_interpreter_flags().
Lib/subprocess.py
Lib/test/test_support.py