Python signal don't work even on Cygwin?
即使我在cygwin中运行python脚本,python信号在Windows上似乎也不起作用。我去接EDOCX1[0]
有办法在窗户上绕过这个吗?我只是在http://docs.python.org/2/library/signal.html末尾运行这个示例
On Windows, signal() can only be called with SIGABRT, SIGFPE, SIGILL, SIGINT, SIGSEGV, or SIGTERM. A ValueError will be raised in any other case.
这个问题涉及到在Windows中获取等效的