mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +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
|
|
@ -180,6 +180,8 @@ typedef struct PyConfig {
|
|||
int safe_path;
|
||||
int int_max_str_digits;
|
||||
|
||||
int cpu_count;
|
||||
|
||||
/* --- Path configuration inputs ------------ */
|
||||
int pathconfig_warnings;
|
||||
wchar_t *program_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue