]> granicus.if.org Git - python/commit
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Apr 2017 18:12:46 +0000 (21:12 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 18:12:46 +0000 (21:12 +0300)
commit66bffd1663489d080349debbf1b472d432351038
treebdbec28fed6a4e3ab35d620aaafb5193bab12557
parenta79f4c219531c05fc8f670c1e4bbf12c081935d3
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Lib/multiprocessing/util.py
Lib/subprocess.py
Lib/test/test_capi.py
Lib/test/test_subprocess.py
Modules/_posixsubprocess.c