]> granicus.if.org Git - python/commit
Move private function _args_from_interpreter_flags() to subprocess.py, so
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 18 May 2012 16:33:07 +0000 (18:33 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 18 May 2012 16:33:07 +0000 (18:33 +0200)
commitebdcd859e59ed16a79dea94291c0be3a87640a08
tree4f91f5ec40375ba9bbdfacc2da79dd31bc440f89
parent77c84f2defb0013e28d262be237142379a1407fe
Move private function _args_from_interpreter_flags() to subprocess.py, so
that it can be imported when threads are disabled.
(followup to issue #12098)
Lib/multiprocessing/util.py
Lib/subprocess.py
Lib/test/support.py
Tools/scripts/run_tests.py