]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Apr 2025 16:29:55 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 16:29:55 +0000 (18:29 +0200)
commit070d8665670e929ddf26a217d2c1a4116f82d30e
treecd2e1f83881f6e0cb100d8bc84cc8a5fc2c3433d
parent17718b0503e5d1c987253641893cab98e01f4535
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)

* gh-107954: Allow setting cpu_count in PyConfig_Set()

* Update the doc
Doc/c-api/init_config.rst
Lib/test/test_capi/test_config.py
Python/initconfig.c