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. |
|