]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
authorDonghee Na <donghee.na@python.org>
Tue, 10 Oct 2023 10:00:09 +0000 (19:00 +0900)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 10:00:09 +0000 (19:00 +0900)
commit0362cbf908aff2b87298f8a9422e7b368f890071
tree7d5ae0e1f44801fe2102cb783938c60ef99b7ae4
parent5aa62a8de15212577a13966710b3aede46e93824
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)

---------

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
15 files changed:
Doc/c-api/init_config.rst
Doc/library/multiprocessing.rst
Doc/library/os.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Include/cpython/initconfig.h
Lib/os.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2023-09-22-01-44-53.gh-issue-109595.fVINgD.rst [new file with mode: 0644]
Modules/posixmodule.c
Programs/_testembed.c
Python/clinic/sysmodule.c.h
Python/initconfig.c
Python/sysmodule.c