Message1231
a first cut at a patch by converting the ints in __builtin__.range(....)
to longs and replacing calls to py2int to py2long appears to solve the exception. There is always the possibility of Overflow which will probably need to be investigated.
Oddly, xrange in python does not work with this value. I wonder if this is a bug in xrange and should be implemented to work in jython?
leouser |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:33 | admin | link | issue1560858 messages |
2008-02-20 17:17:33 | admin | create | |
|