]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 19 Apr 2017 21:51:05 +0000 (00:51 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2017 21:51:05 +0000 (00:51 +0300)
commitc97c1914f401359f2a7e6c8e0364e71ad9fb5bc8
treea7e32b42bc25420e1762b122d0405aff6f0b34e5
parent952a05e4e2cf082b74a1676a2804f1f43a9b7702
[3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1190)

(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