You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cat foo.pydef bar(): return 9223372036854775808after requiring,user=> (py/cfn foo/bar)Execution error at libpython-clj2.python.ffi/check-error-throw (ffi.clj:684).OverflowError: int too big to convert
Not certain the best way to address this but it most likely involves bignums :-).
The text was updated successfully, but these errors were encountered:
cnuernber
changed the title
Python integers fail to convert to the JVM
Large integers fail to convert to the JVM
May 10, 2021
That is definitely worth a lot, thanks for sharing!. Glad you found a work around. A side note is that a numpy array of big values also won't convert and those are definitely also fixable but they will currently fail to convert correctly.
Not certain the best way to address this but it most likely involves bignums :-).
The text was updated successfully, but these errors were encountered: