Show More
@@ -550,6 +550,8 class NotebookApp(BaseIPythonApplication): | |||
|
550 | 550 | # but it will work |
|
551 | 551 | signal.signal(signal.SIGINT, self._handle_sigint) |
|
552 | 552 | signal.signal(signal.SIGTERM, self._signal_stop) |
|
553 | if hasattr(signal, 'SIGUSR1'): | |
|
554 | # Windows doesn't support SIGUSR1 | |
|
553 | 555 | signal.signal(signal.SIGUSR1, self._signal_info) |
|
554 | 556 | if hasattr(signal, 'SIGINFO'): |
|
555 | 557 | # only on BSD-based systems |
General Comments 0
You need to be logged in to leave comments.
Login now