Chromium Code Reviews

Issue 14798003: Add nag_timer. (Closed)

Created:
7 years, 7 months ago by szager1
Modified:
7 years, 7 months ago
Reviewers:
cmp, M-A Ruel
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, M-A Ruel, iannucci+depot_tools_chromium.org, Finnur
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Switch to threading.Timer #

Total comments: 1

Patch Set 3 : Switch nag_timer default to None #

Patch Set 4 : Don't check inequality against None #

Patch Set 5 : 80 chars #

Unified diffs Side-by-side diffs Stats (+62 lines, -6 lines)
M subprocess2.py View 9 chunks +40 lines, -5 lines 0 comments
M tests/subprocess2_test.py View 2 chunks +22 lines, -1 line 0 comments

Messages

Total messages: 6 (0 generated)
szager1
7 years, 7 months ago (2013-05-01 23:41:50 UTC) #1
szager1
Please hold off; I noticed that this change causes the top-level process to hang on ...
7 years, 7 months ago (2013-05-01 23:54:33 UTC) #2
szager1
PTAL
7 years, 7 months ago (2013-05-02 00:27:39 UTC) #3
M-A Ruel
lgtm with nit https://codereview.chromium.org/14798003/diff/4001/subprocess2.py File subprocess2.py (right): https://codereview.chromium.org/14798003/diff/4001/subprocess2.py#newcode356 subprocess2.py:356: def communicate(self, input=None, timeout=None, nag_timer=0): I ...
7 years, 7 months ago (2013-05-02 00:34:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/szager@chromium.org/14798003/14001
7 years, 7 months ago (2013-05-02 02:47:14 UTC) #5
commit-bot: I haz the power
7 years, 7 months ago (2013-05-02 02:48:51 UTC) #6
Message was sent while issue was closed.
Change committed as 197790

Powered by Google App Engine