cpython/Tools/freeze/test
Miss Islington (bot) cec99ed1a7
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (GH-101841)
unhardcode freeze test build parallelism. base it on the number of cpus, don't use more than max(2, os.cpu_count()/3).
(cherry picked from commit dfc2e065a2)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2023-02-11 22:33:13 -08:00
..
freeze.py gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (GH-101841) 2023-02-11 22:33:13 -08:00
Makefile
ok.py