Message134037
| 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:18 | vstinner | set | recipients: + vstinner, gregory.p.smith, db3l, pitrou, sable, rnk, neologix, python-dev |
| 2011-04-19 10:30:18 | vstinner | set | messageid: <1303209018.12.0.948277137346.issue11223@psf.upfronthosting.co.za> |
| 2011-04-19 10:30:14 | vstinner | link | issue11223 messages |
| 2011-04-19 10:30:14 | vstinner | create | |