Message134037
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. |
|
| 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: <[email protected]> |
| 2011-04-19 10:30:14 | vstinner | link | issue11223 messages |
| 2011-04-19 10:30:14 | vstinner | create | |
|