Open
Description
This tests the faulthandler_timeout
functionality which dumps stacktraces of all threads of tests that run for more than a specified amount of times.
The test sometimes crashes with Windows fatal exception: access violation
while dumping the threads. This is probably a cpython bug.
Noticed on both windows-py35
and windows-py37
jobs at least. (Update: also on pypy3-ubuntu
).
For now I think we should just skip it on Windows, unless anyone has better ideas or ability to investigate. I'll send a PR doing that.