This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hroncok
Recipients hroncok, ned.deily, pitrou
Date 2018-04-22.11:59:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524398395.16.0.682650639539.issue33329@psf.upfronthosting.co.za>
In-reply-to
Content
Should the fix be to exclude 32 and 33 from multiprocessing.resource_sharer:_serve?

    if hasattr(signal, 'pthread_sigmask'):
        signal.pthread_sigmask(signal.SIG_BLOCK, range(1, signal.NSIG))
History
Date User Action Args
2018-04-22 11:59:55hroncoksetrecipients: + hroncok, pitrou, ned.deily
2018-04-22 11:59:55hroncoksetmessageid: <1524398395.16.0.682650639539.issue33329@psf.upfronthosting.co.za>
2018-04-22 11:59:55hroncoklinkissue33329 messages
2018-04-22 11:59:55hroncokcreate