]> granicus.if.org Git - python/commit
Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 07:40:35 +0000 (08:40 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 6 Mar 2011 07:40:35 +0000 (08:40 +0100)
commit125d5c877056db5d6487f21124064bc85283843a
tree43a6e3b6088dbd18daea21eeeef60dc68b6a68cc
parentf874debbf37636b0f2f46f8db06be50c20b670a8
Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when
really necessary.  Patch by Charles-François Natali.
Misc/NEWS
Modules/_threadmodule.c