Mercurial > hg
comparison mercurial/node.py @ 19413:a4de0d3dc35a
run-tests: lock popen wait/poll
In python2.4, any call to Popen() may attempt to wait on any active
process, and wait is not thread-safe. Make it thread-safe.
See http://bugs.python.org/issue1731717 for details.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 17 Jul 2013 12:45:12 -0700 |
parents | 25e572394f5c |
children | 1a5211f2f87f |
comparison
equal
deleted
inserted
replaced
19409:ea4342d0e6fe | 19413:a4de0d3dc35a |
---|