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 vstinner
Recipients neologix, rpointel, vstinner
Date 2014-02-12.00:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392165812.43.0.410647465289.issue20564@psf.upfronthosting.co.za>
In-reply-to
Content
To make test_lock_acquire_interruption and test_rlock_acquire_interruption more reliable, the test should maybe run a fresh Python process to get a well known number of threads. Some Python modules create C threads like Tkinter. faulthandler creates also an hiding C thread, but it is supposed to ignore all signals (it calls pthread_sigmask).

@Remi: Can you please test interrupt_lock_acquire.py? It should be the same than the unit test, but in a fresh Python process.
History
Date User Action Args
2014-02-12 00:43:32vstinnersetrecipients: + vstinner, neologix, rpointel
2014-02-12 00:43:32vstinnersetmessageid: <1392165812.43.0.410647465289.issue20564@psf.upfronthosting.co.za>
2014-02-12 00:43:32vstinnerlinkissue20564 messages
2014-02-12 00:43:32vstinnercreate