diff options
author | Antoine Pitrou <pitrou@free.fr> | 2018-04-23 18:53:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 18:53:33 (GMT) |
commit | 25038ecfb665bef641abf8cb61afff7505b0e008 (patch) | |
tree | d0533ec3997b74154bfbae9ab06404094086f596 /Doc/library/configparser.rst | |
parent | c2d384dbd7c6ed9bdfaac45f05b463263c743ee7 (diff) | |
download | cpython-25038ecfb665bef641abf8cb61afff7505b0e008.zip cpython-25038ecfb665bef641abf8cb61afff7505b0e008.tar.gz cpython-25038ecfb665bef641abf8cb61afff7505b0e008.tar.bz2 |
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575)
Starting with glibc 2.27.9000-xxx, sigaddset() can return EINVAL for some
reserved signal numbers between 1 and NSIG. The `range(1, NSIG)` idiom
is commonly used to select all signals for blocking with `pthread_sigmask`.
So we ignore the sigaddset() return value until we expose sigfillset()
to provide a better idiom.
Diffstat (limited to 'Doc/library/configparser.rst')
0 files changed, 0 insertions, 0 deletions