Commit 2aa718b
committed
Show traceback on timeout (Python>=3.3)
Python >=3.3 has faulthandler package[1].
It can be used to display traceback on signal.
* [1]: https://docs.python.org/3.5/using/cmdline.html#envvar-PYTHONFAULTHANDLER1 parent 974ea0e commit 2aa718b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments