Bug report
test_concurrent_futures appears to be hanging indefinitely on Windows in our CI. This has happened twice three times in two days, on three separate unrelated CI runs.
Two PRs:
test_concurrent_futures has also been running for 4hr30 (and counting) on Windows (x86) on this recent push to main:
Neither PR had anything to do with concurrent.futures (and the push to main didn't have anything to do with concurrent.futures either). For the first PR, test_concurrent_futures was hanging on Windows (x64) but passed on Windows (x86). For the second PR, the test has passed on Windows (x64) but is hanging on Windows (x86).
cc. @pitrou, @brianquinlan, as listed experts for concurrent.futures.
Bug report
test_concurrent_futuresappears to be hanging indefinitely on Windows in our CI. This has happenedtwicethree times in two days, on three separate unrelated CI runs.Two PRs:
test_concurrent_futureshas also been running for 4hr30 (and counting) on Windows (x86) on this recent push tomain:Neither PR had anything to do with
concurrent.futures(and the push tomaindidn't have anything to do withconcurrent.futureseither). For the first PR,test_concurrent_futureswas hanging on Windows (x64) but passed on Windows (x86). For the second PR, the test has passed on Windows (x64) but is hanging on Windows (x86).cc. @pitrou, @brianquinlan, as listed experts for
concurrent.futures.