This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients brian.curtin, kristjan.jonsson, loewis, pitrou, sbt, tim.golden
Date 2011-03-21.14:58:27
SpamBayes Score 0.00014086418
Marked as misclassified No
Message-id <1300719509.72.0.58408281856.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
Benchmarks (on an old laptop running XP without a VM) doing

D:\Repos\cpython\PCbuild>python -m timeit -s "from threading import Lock; l = Lock()" "l.acquire(); l.release()"
1000000 loops, best of 3: 0.934 usec per loop

default:            0.934
locktimeout.patch:  0.965
semlocknt.patch:    2.76
locktimeout2.patch: 2.03
History
Date User Action Args
2011-03-21 14:58:29sbtsetrecipients: + sbt, loewis, pitrou, kristjan.jonsson, tim.golden, brian.curtin
2011-03-21 14:58:29sbtsetmessageid: <1300719509.72.0.58408281856.issue11618@psf.upfronthosting.co.za>
2011-03-21 14:58:27sbtlinkissue11618 messages
2011-03-21 14:58:27sbtcreate