]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores...
authorGregory P. Smith <greg@krypto.org>
Sun, 12 Feb 2023 06:07:52 +0000 (22:07 -0800)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2023 06:07:52 +0000 (22:07 -0800)
commitdfc2e065a2e71011017077e549cd2f9bf4944c54
tree78b524aa18420e09d11cbca8b7e6a804cced1624
parentda2fb9264315dc30ac3012b4dbf5ba76d3f34433
gh-89792: Limit test_tools freeze test build parallelism based on the number of cores (#101841)

unhardcode freeze test build parallelism. base it on the number of cpus, don't use more than max(2, os.cpu_count()/3).
Misc/NEWS.d/next/Tests/2023-02-11-20-28-08.gh-issue-89792.S-Y5BZ.rst
Tools/freeze/test/freeze.py