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 mattbillenstein, ned.deily, neologix, njs, pitrou, ronaldoussoren, vstinner
Date 2017-06-26.11:51:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498477873.77.0.0656986374942.issue30703@psf.upfronthosting.co.za>
In-reply-to
Content
Using pthread_mutex_trylock() *and* disabling the CHECK_STATUS_PTHREAD() calls (which use the non-async-signal-safe fprintf()) at least seems to suppress the hangs on Matt's OS X machine (after more than 1000 runs).
History
Date User Action Args
2017-06-26 11:51:13pitrousetrecipients: + pitrou, ronaldoussoren, vstinner, ned.deily, njs, neologix, mattbillenstein
2017-06-26 11:51:13pitrousetmessageid: <1498477873.77.0.0656986374942.issue30703@psf.upfronthosting.co.za>
2017-06-26 11:51:13pitroulinkissue30703 messages
2017-06-26 11:51:13pitroucreate