消息 [134037]
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. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-04-19 10:30:18 | vstinner | 修改 | recipients:
+ vstinner, gregory.p.smith, db3l, pitrou, sable, rnk, neologix, python-dev |
| 2011-04-19 10:30:18 | vstinner | 修改 | messageid: <1303209018.12.0.948277137346.issue11223@psf.upfronthosting.co.za> |
| 2011-04-19 10:30:14 | vstinner | 链接 | issue11223 messages |
| 2011-04-19 10:30:14 | vstinner | 创建 | |
|