Re: [ovs-dev] [PATCH V6 02/17] python tests: Register signal handlers only on supported types on Windows

2016-07-06 Thread Alin Serdean
: Wednesday, July 6, 2016 3:38 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V6 02/17] python tests: Register signal handlers > only on supported types on Windows > > SIGHUP and SIGALRM are not available on Windows. > > Signed-off-by: Paul-Daniel Boca <pb..

[ovs-dev] [PATCH V6 02/17] python tests: Register signal handlers only on supported types on Windows

2016-07-06 Thread Paul Boca
SIGHUP and SIGALRM are not available on Windows. Signed-off-by: Paul-Daniel Boca --- V2: Fixed Python function inet_open_active, treat WSAEWOULDBLOCK error as EINPROGRESS on Windows V3: No changes V4: No changes V5: No changes V6: No changes ---