commit | a1838ec2592e5082c75c77888f2a7a3eb21133e5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Dec 09 11:57:05 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Dec 09 11:57:05 2019 +0100 |
tree | 46c91b9a81903ff9ef48ed91107ebe10594b6837 | |
parent | 109fc2792a490ee5cd8a423e17d415fbdedec5c8 [diff] |
bpo-38547: Fix test_pty if the process is the session leader (GH-17519) Fix test_pty: if the process is the session leader, closing the master file descriptor raises a SIGHUP signal: simply ignore SIGHUP when running the tests.