◐ Shell
clean mode source ↗

bpo-35730: Use known good font in IDLE test_sqeezer by terryjreedy · Pull Request #11552 · python/cpython

I've triggered a run on all buildbots via custom-builders.

EDIT: One of the relevant Gentoo builders had an error running the tests for the custom build:

Upon execvpe b'./target/bin/pythoncustom' [b'./target/bin/pythoncustom', b'-Wdefault', b'-bb', b'-E', b'-m', b'test.regrtest', b'-rwW', b'-uall', b'-j2'] in environment id 3054377756
:Traceback (most recent call last):
  File "/buildbot/venv/lib/python3.6/site-packages/twisted/internet/process.py", line 445, in _fork
    environment)
  File "/buildbot/venv/lib/python3.6/site-packages/twisted/internet/process.py", line 523, in _execChild
    os.execvpe(executable, args, environment)
  File "/usr/lib/python3.6/os.py", line 568, in execvpe
    _execvpe(file, args, env)
  File "/usr/lib/python3.6/os.py", line 583, in _execvpe
    exec_func(file, *argrest)
FileNotFoundError: [Errno 2] No such file or directory: b'./target/bin/pythoncustom'