symengine.py
symengine.py copied to clipboard
fix conversion of large integers
Is this because it didn't work properly before or to speed up the construction?
This should speed up the construction a bit and also fix large int/str conversions broken by the latest cpython releases. See https://github.com/sympy/sympy/issues/24033
Ok, interesting! Then symengine comes out of this quite easily compared to sympy.