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 db3l, gregory.p.smith, neologix, pitrou, python-dev, rnk, sable, vstinner
Date 2011-04-19.10:30:13
SpamBayes Score 0.0006655736
Marked as misclassified No
Message-id <1303209018.12.0.948277137346.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
threading_info.patch:
 - Add thread._info() function -> dict with 'name' and 'use_semaphores' (pthread only) keys
 - Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() if Python uses pthread without semaphores

thread._info() creates a new dict at each call.
History
Date User Action Args
2011-04-19 10:30:18vstinnersetrecipients: + vstinner, gregory.p.smith, db3l, pitrou, sable, rnk, neologix, python-dev
2011-04-19 10:30:18vstinnersetmessageid: <1303209018.12.0.948277137346.issue11223@psf.upfronthosting.co.za>
2011-04-19 10:30:14vstinnerlinkissue11223 messages
2011-04-19 10:30:14vstinnercreate