comparison hgdemandimport/tracing.py @ 40449:d1bda397df73 stable

selectors2: backport minimal fix of timeout handling from 2.0.1 The original code would raise TypeError since OSError() doesn't support keyword arguments. We can't simply import the selectors 2.0.1, which still spawns "uname -p" through platform.system(). We could switch to the unreleased version, but I decided to not right now to minimize the change.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 03 Dec 2018 21:31:19 +0900
parents 452790284a15
children d0b8a3cfd732
comparison
equal deleted inserted replaced
40448:d9fc51f77cc5 40449:d1bda397df73