Message88294
Performance numbers:
With patch:
$ ./python.exe -m timeit -s 'import thread; l = thread.allocate_lock()'
'with l: pass'
1000000 loops, best of 3: 1.99 usec per loop
Without:
100000 loops, best of 3: 2.15 usec per loop |
|
Date |
User |
Action |
Args |
2009-05-24 23:52:28 | benjamin.peterson | set | recipients:
+ benjamin.peterson |
2009-05-24 23:52:28 | benjamin.peterson | set | messageid: <1243209148.52.0.196068499624.issue6101@psf.upfronthosting.co.za> |
2009-05-24 23:52:27 | benjamin.peterson | link | issue6101 messages |
2009-05-24 23:52:26 | benjamin.peterson | create | |
|