]> granicus.if.org Git - python/commit
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Apr 2017 20:59:02 +0000 (23:59 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 20:59:02 +0000 (23:59 +0300)
commite2546172622dd52692cf0e26c2b931f942f345b6
treec6bdf2e0cfd72b9336ace43c587680910275c5bd
parent39dedb6e1a18069ce8f5c8e6076e9d9ef9d6d515
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1186)

(cherry picked from commit 66bffd1)
Lib/multiprocessing/util.py
Lib/subprocess.py
Lib/test/test_capi.py
Lib/test/test_subprocess.py
Modules/_posixsubprocess.c