0
関数のタイムアウトを設定しようとしていますが、成功できませんでした。Python Standard Lib、signal :: AttributeError:モジュール 'signal'に 'SIGALRM'属性がありません
私はAttributeError
を取得しています、https://docs.python.org/3/library/signal.html?highlight=signal%20sigalrm#example
からのサンプルコードを実行しますが。私はここではWindows10
でPython 3.6.3を使用しています
は私のコードです。
\>>> import signal
\>>> signal.SIGALRM
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'signal' has no attribute 'SIGALRM'