[3.7] bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by miss-islington · Pull Request #17521 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
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.
(cherry picked from commit a1838ec)
Co-authored-by: Victor Stinner vstinner@python.org
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Dec 9, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
miss-islington
merged commit
b9f4b49
into
python:3.7
miss-islington
deleted the
backport-a1838ec-3.7
branch
bedevere-bot
removed
the
awaiting merge
label
miss-islington
commented
Dec 9, 2019
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment