f6ca040cf7
If we install an explicit signal handler for SIGTERM and SIGINT and then call sys.exit ourselves, atexit handlers are run. If we don't call sys.exit from the handler, ycmd never shuts down. So fixed... I think. We'll see. Fixes #577... again. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
default_settings.json | ||
handlers.py | ||
responses.py | ||
server_state.py | ||
server_utils.py | ||
ycmd.py |