-
-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Milestone
Description
https://docs.python.org/3.10/whatsnew/changelog.html#changelog
However, 3.10.7 introduced a bizarre change in the name of security (https://docs.python.org/3.10/whatsnew/changelog.html#security) that limits the number of digits of integer that Python accepts when converting from str
. https://docs.python.org/3.10/library/stdtypes.html#int-max-str-digits This was fixed in #34506.
Depends on #34506
Component: packages: standard
Author: Matthias Koeppe
Branch/Commit: 9bf562f
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34271