commit | 01e579949ab546cd4cdd0d6d18e3ef41ce94f46e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Nov 23 09:13:32 2018 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 23 09:13:32 2018 -0800 |
tree | c1231290da9555b6c595add21854a5ca4986efe2 | |
parent | 70cc0923404e37dfd3395200d8040f2a334bacab [diff] |
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) The "-I" command line option (run Python in isolated mode) is now also copied by the multiprocessing and distutils modules when spawning child processes. Previously, only -E and -s options (enabled by -I) were copied. subprocess._args_from_interpreter_flags() now copies the -I flag. (cherry picked from commit 9de363271519e0616f4a7b59427057c4810d3acc) Co-authored-by: Victor Stinner <vstinner@redhat.com>