Add -X int_max_str_digits
and PYTHONINTMAXSTRDIGITS
environment variable
#5019
Labels
-X int_max_str_digits
and PYTHONINTMAXSTRDIGITS
environment variable
#5019
Feature
Follow up to #5010
These just set the value of
int_max_str_digits
via an implementation specific command line flag (-X
) and/or the environment variable. These need to be accepted insettings.rs
and stored in theSettings
struct.Flag::from_settings
should be updated to pass the value along.test_int_max_str_digits
intest_cmd_line.py
is a good place to evaluate changes, hopefully (but not necessarily) the test might will succeed after this change. You can run it locally with:to get some early feedback.
The text was updated successfully, but these errors were encountered: