DescriptionWork around race condition in subprocess.
There's a race condition in python's subprocess module, and gclient uses
it heavily while multithreaded. Avoid the race by locking around calls
to subprocess.Popen's constructor. Detailed explanation in the bug.
BUG=531561
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296685
Patch Set 1 #
Messages
Total messages: 11 (3 generated)
|