diff options
author | Alexey Izbyshev <izbyshev@ispras.ru> | 2020-10-24 17:47:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 17:47:38 (GMT) |
commit | 473db47747bb8bc986d88ad81799bcbd88153ac5 (patch) | |
tree | 5db1f6a73c60f506944081915d92082de9f35265 /Lib/idlelib/idle_test/test_runscript.py | |
parent | e01e442125bbc98e6dab66f38ecc6c45f69e6587 (diff) | |
download | cpython-473db47747bb8bc986d88ad81799bcbd88153ac5.zip cpython-473db47747bb8bc986d88ad81799bcbd88153ac5.tar.gz cpython-473db47747bb8bc986d88ad81799bcbd88153ac5.tar.bz2 |
bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944)
Using POSIX_CALL() is incorrect since pthread_sigmask() returns
the error number instead of setting errno.
Also handle failure of the first call to pthread_sigmask()
in the parent process, and explain why we don't handle failure
of the second call in a comment.
Diffstat (limited to 'Lib/idlelib/idle_test/test_runscript.py')
0 files changed, 0 insertions, 0 deletions