]> granicus.if.org Git - python/commit
Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Jun 2018 17:31:41 +0000 (10:31 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 7 Jun 2018 17:31:41 +0000 (10:31 -0700)
commite4b2bdfdcff7ba6a8676494a295434a4a6f5917a
treee90da2568c1563d1c04d75d42cfa8c13d084485a
parent942b7ff11add8e701e91e4d24abfb35b480161a3
Improve the subprocess restore_signals=True test. (GH-7414) (GH-7437)

It wasn't testing functionality.  Now it is (on Linux anyways).
(cherry picked from commit 5f3d04fa4e9b3c3b0e4807f8516de9365bfed467)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_subprocess.py