Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Issue 8253008: Work around lock failure on cygwin. (Closed)

Created:
9 years, 2 months ago by M-A Ruel
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Work around lock failure on cygwin. This is really bad but the lock is never held for a long time so it 'should' work. R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105195

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M gclient_utils.py View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
M-A Ruel
9 years, 2 months ago (2011-10-12 23:01:30 UTC) #1
Dirk Pranke
http://codereview.chromium.org/8253008/diff/1/gclient_utils.py File gclient_utils.py (right): http://codereview.chromium.org/8253008/diff/1/gclient_utils.py#newcode485 gclient_utils.py:485: self.lock = threading.Lock() Is changing from an RLock to ...
9 years, 2 months ago (2011-10-12 23:24:31 UTC) #2
M-A Ruel
http://codereview.chromium.org/8253008/diff/1/gclient_utils.py File gclient_utils.py (right): http://codereview.chromium.org/8253008/diff/1/gclient_utils.py#newcode485 gclient_utils.py:485: self.lock = threading.Lock() On 2011/10/12 23:24:32, Dirk Pranke wrote: ...
9 years, 2 months ago (2011-10-12 23:28:32 UTC) #3
Dirk Pranke
lgtm, thanks.
9 years, 2 months ago (2011-10-12 23:32:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/8253008/4001
9 years, 2 months ago (2011-10-12 23:32:46 UTC) #5
commit-bot: I haz the power
9 years, 2 months ago (2011-10-12 23:39:32 UTC) #6
Change committed as 105195

Powered by Google App Engine
This is Rietveld 408576698