Hacker News new | ask | show | jobs
by bogwog 1286 days ago
I wonder if the differences will cause any real compatibility issues with existing Python libraries?
1 comments

It would cause major issues to libraries for mathematics (such as sympy or sagemath) that assume integers are arbitrary precision. Large integers are common in number theory and cryptography, where people also care very much about performance.