Fix SIGHUP stop working with python 3.5
Since python 3.5 we need to raise an exception to prevent python to EINTR see https://www.python.org/dev/peps/pep-0475/
Loading
Please register or sign in to comment
Since python 3.5 we need to raise an exception to prevent python to EINTR see https://www.python.org/dev/peps/pep-0475/