diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-03 00:40:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 00:40:25 +0200 |
commit | 7a51a7e19f0143f75f8fc9ff68f93ed40937aec6 (patch) | |
tree | a716f19384fc31145ea61fb5579b4774d873d2d2 /Python/ast.c | |
parent | 3c3aa4516c70753de06bb142b6793d01330fcf0f (diff) | |
download | cpython-git-7a51a7e19f0143f75f8fc9ff68f93ed40937aec6.tar.gz |
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314)
test_builtin.PtyTests now registers an handler for SIGHUP signal.
Closing the PTY file descriptor can emit a SIGHUP signal: just ignore
it.
run_child() now also closes the PTY file descriptor before waiting
for the process completition, otherwise the test hangs on AIX.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions