main branch code cleanups for int_max_str_digits non-backportable TODOs #96512
Labels
3.12
interpreter-core
Interpreter core (Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement


gpshead commentedSep 2, 2022
•
edited
I had some post-merge TODOs ready in #96499 for improvements specific to the main (3.12) branch. This is a rollup issue for those, they're all small:
int_max_str_digitsinto PyConfig in 3.12.int32_torPy_ssize_tinstead ofintfor the max digits value internally.PySys_Audithook calls at the new ValueError raise spots.The text was updated successfully, but these errors were encountered: