mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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>
This commit is contained in:
parent
5aa62a8de1
commit
0362cbf908
15 changed files with 192 additions and 11 deletions
|
@ -715,6 +715,7 @@ static int test_init_from_config(void)
|
|||
|
||||
putenv("PYTHONINTMAXSTRDIGITS=6666");
|
||||
config.int_max_str_digits = 31337;
|
||||
config.cpu_count = 4321;
|
||||
|
||||
init_from_config_clear(&config);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue