bpo-35923: Update the BuiltinImporter to use loader._ORIGIN by corona10 · Pull Request #15651 · python/cpython (original) (raw)
Looks like Azure is failing from the mac tests timing out:
macOS PR Tests: "The job running on agent Hosted Agent has exceeded the maximum execution time of 60. For more information, see https://go.microsoft.com/fwlink/?linkid=2077134 "
Looking a bit more in-depth at the failure, it looks the mac tests timed out during the following test:
test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) ...
Previously I'd have closed and opened the PR to retrigger the tests, but I think it would be better to consult the CI experts before doing so. I wonder if this is related to https://bugs.python.org/issue18049. More specifically the changes made in https://github.com/python/cpython/pull/15065/files to THREAD_STACK_SIZE
in Python/thread_pthread.h
.
/cc @vstinner @pablogsal
Edit: Since the previous tests were passing before the news entry was modified, it's likely the CI failure isn't related to the PR. Let's wait on their feedback before moving forward though. This might be revealing a bug in the macOS tests.