]> granicus.if.org Git - python/commit
bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach:...
authorGregory P. Smith <greg@krypto.org>
Tue, 23 May 2017 14:49:13 +0000 (07:49 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 14:49:13 +0000 (07:49 -0700)
commit56bc3b768c3cc3817031b56d5e7a279aa1296bc9
tree96b0b16192a496ddad096b944680e61703c1f725
parent5ba185039f1bd465d3f82531324fd3fe1ee42f0c
bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach: (#1757)

use faulthandler._sigsegv() and ctypes.util.find_library('c')
Lib/test/test_subprocess.py