◐ Shell
clean mode source ↗

Try to repair oddball test bots timing out in test_int by tim-one · Pull Request #119166 · python/cpython

timing out during test_int after ecd8664 (asymptotically
faster str->int). Best guess is that they don't build the
C _decimal module. So require that module in the most
likely tests to time out then. Flying mostly blind, though!

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
Various test bots (outside the ones GH normally runs) are timing out during test_int after ecd8664 (asymptotically faster str->int). Best guess is that they don't build the C _decimal module. So require that module in the most likely tests to time out then. Flying mostly blind, though!