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 pitrou
Recipients ned.deily, pitrou, ronaldoussoren, vstinner
Date 2017-06-26.12:27:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498480037.14.0.659231073261.issue30765@psf.upfronthosting.co.za>
In-reply-to
Content
Discovered in issue30703.  When POSIX semaphores are not used for Python locks, pthread_mutex_lock() is called for acquiring a lock even when asked not to block.  This can be disastrous when called from a signal handler.
History
Date User Action Args
2017-06-26 12:27:17pitrousetrecipients: + pitrou, ronaldoussoren, vstinner, ned.deily
2017-06-26 12:27:17pitrousetmessageid: <1498480037.14.0.659231073261.issue30765@psf.upfronthosting.co.za>
2017-06-26 12:27:17pitroulinkissue30765 messages
2017-06-26 12:27:16pitroucreate