diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-02 15:42:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 15:42:40 (GMT) |
commit | 4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb (patch) | |
tree | d59e78529941e550eade5ae7e926a8e1d24c64e6 /Python/flowgraph.c | |
parent | 9cf6d89165ac5543c5c2a3112f303f32778c2548 (diff) | |
download | cpython-4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb.zip cpython-4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb.tar.gz cpython-4bdcb99469ed4d9e4ab2ef3586985a081a18b2bb.tar.bz2 |
[3.12] gh-110033: Fix signal test_interprocess_signal() (GH-110035) (#110040)
gh-110033: Fix signal test_interprocess_signal() (GH-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.
(cherry picked from commit 7e0fbf5175fcf21dae390ba68b7f49706d62aa49)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/flowgraph.c')
0 files changed, 0 insertions, 0 deletions