Message1230

Author owenomalley
Recipients
Date 2006-09-18.16:14:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following program fails in jython 2.2a1:

a = long(2)**32
range(a, a+1)

with:

TypeError: range(): 1st arg can't be coerced to int

cPython gets it right:

[4294967296L]
History
Date User Action Args
2008-02-20 17:17:33adminlinkissue1560858 messages
2008-02-20 17:17:33admincreate