SIGN IN SIGN UP

gh-110033: Fix signal test_interprocess_signal() (#110035)

Fix test_interprocess_signal() of test_signal. Make sure that the
subprocess.Popen object is deleted before the test raising an
exception in a signal handler. Otherwise, Popen.__del__() can get the
exception which is logged as "Exception ignored in: ...." and the
test fails.
V
Victor Stinner committed
7e0fbf5175fcf21dae390ba68b7f49706d62aa49
Parent: 757cbd4
Committed by GitHub <noreply@github.com> on 9/28/2023, 5:12:11 PM