[PATCH 1 of 2] commandserver: do not handle EINTR

Jun Wu quark at fb.com
Sun Jul 16 14:15:38 EDT 2017


Excerpts from Yuya Nishihara's message of 2017-07-16 23:15:05 +0900:
> IIUC, accept() could raise EINTR, though that wouldn't occur in practice.

Good catch. I checked CPython 2.7 source code and (sadly) confirmed it
misses EINTR handling here.


More information about the Mercurial-devel mailing list