diff options
author | Victor Stinner <vstinner@python.org> | 2023-09-28 17:12:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 17:12:11 (GMT) |
commit | 7e0fbf5175fcf21dae390ba68b7f49706d62aa49 (patch) | |
tree | b29e5fc356af063a4bb5cb3f146c2a5e6e48f082 /.devcontainer | |
parent | 757cbd4f29c9e89b38b975e0463dc8ed331b2515 (diff) | |
download | cpython-7e0fbf5175fcf21dae390ba68b7f49706d62aa49.zip cpython-7e0fbf5175fcf21dae390ba68b7f49706d62aa49.tar.gz cpython-7e0fbf5175fcf21dae390ba68b7f49706d62aa49.tar.bz2 |
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.
Diffstat (limited to '.devcontainer')
0 files changed, 0 insertions, 0 deletions