Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 35.2k
gh-96512: Modernize int_max_str_digits protection in 3.12#96568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
25aa72667c9af4c6e7f33e51cb0265fa579fe9f4d038077caFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -828,6 +828,18 @@ PyConfig | ||
| Default: ``0``. | ||
| .. c:member:: int32_t int_max_str_digits | ||
| If greater than 0, enable int conversion digit limitations. ``-1`` means | ||
| that :data:`sys.int_info.default_max_str_digits` will be used. | ||
| Configured by the :option:`-X int_max_str_digits <-X>` command line | ||
| flag or the :envvar:`PYTHONINTMAXSTRDIGITS` environment varable. | ||
gpshead marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| Default: ``-1``. | ||
| .. versionadded:: 3.12 | ||
| .. c:member:: int isolated | ||
| If greater than ``0``, enable isolated mode: | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Added ``int/digits/to_decimal`` and ``int/digits/from_base`` :ref:`auditing | ||
| events <auditing>` on :class:`int` non-linear algorithm base conversions | ||
| with more than `sys.int_info.str_digits_check_threshold <sys.int_info>` | ||
| digits. |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.