cpython/Tools/freeze/test
Victor Stinner a46e960768
gh-109649: Use os.process_cpu_count() (#110165)
Replace os.cpu_count() with os.process_cpu_count() in modules:

* compileall
* concurrent.futures
* multiprocessing

Replace os.cpu_count() with os.process_cpu_count() in programs:

* _decimal deccheck.py test
* freeze.py
* multissltests.py
* python -m test (regrtest)
* wasm_build.py

Other changes:

* test.pythoninfo logs os.process_cpu_count().
* regrtest gets os.process_cpu_count() / os.cpu_count() in headers.
2023-10-01 03:14:57 +02:00
..
freeze.py gh-109649: Use os.process_cpu_count() (#110165) 2023-10-01 03:14:57 +02:00
Makefile bpo-31462: Remove trailing whitespaces. (#3564) 2017-09-14 09:38:36 +03:00
ok.py Add test case for freeze. 2014-03-30 20:18:58 +02:00