D1737: commandserver: unblock SIGCHLD

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Wed Dec 20 08:29:39 EST 2017


yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> commandserver.py:454
> +            util.osutil.unblocksignal(signal.SIGCHLD)
> +        except (OSError, AttributeError):
> +            pass

My two cents, add alias `util.unblocksignal()`, and probably better not ignoring OSError.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1737

To: quark, #hg-reviewers, yuja
Cc: yuja, mercurial-devel


More information about the Mercurial-devel mailing list