cy99 / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

type long cannot be used #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a big long number in a python code
2. shedskin it
3. run the c++ code

What is the expected output? What do you see instead?
Expected output is a big long number
I get negative int numbers intead

What version of the product are you using? On what operating system?
latest as on 7 Jan 2008
WinXP SP3
Please provide any additional information below.
Possible soln:
Implement gmp.

Original issue reported on code.google.com by hrishike...@gmail.com on 7 Jan 2009 at 1:38

GoogleCodeExporter commented 8 years ago
thanks for reporting! unfortunately, arbitrary-size arithmetic is not supported.
please see the tutorial for an overview if this and other limitations. 

Original comment by mark.duf...@gmail.com on 7 Jan 2009 at 8:16