Mercurial > hg
comparison hgeditor @ 38179:6fb76897e066 stable
hghave: avoid a deadlock reading the child process's output
The output of `pylint` is voluminous enough that it fills the buffer on Windows,
and waited for the parent to read it out. But the parent was waiting on the
child to exit.
I'm not sure what the intent of setting `ret = -1` in the exception handler just
above this was...
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 31 May 2018 22:11:47 -0400 |
parents | 1aee2ab0f902 |
children |
comparison
equal
deleted
inserted
replaced
38178:3790efb388ca | 38179:6fb76897e066 |
---|