changed int_max_str_digits from -1 to 4300 to be more cpython complient#5343
Merged
youknowone merged 2 commits intoJun 27, 2024
Merged
Conversation
Contributor
Author
|
Why did the Strange, I only changed one number, to meet the spec. |
Member
|
You need to look in each test details to get more idea. You actually fixed it! |
A basic fix, which changes sys.flags.int_max_str_digits to
4300instead of-1so it behaves the same as the cpython implementation. Fixes #5139PS: this is my first issue and I am new here, do let me know if I missed anything.