• Antoine Pitrou's avatar
    bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) · 25038ecf
    Antoine Pitrou yazdı
    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.
    25038ecf
2018-04-23-13-21-39.bpo-33329.lQ-Eod.rst 47 Bytes