#690 http://code.google.com/p/pyjamas/issues/detail?id=690
On Thu, Feb 23, 2012 at 12:34 PM, Gustaf Nilsson <[email protected]> wrote: > Ohoy > > looks like this doesnt work: > random.randint(0,3000000) > if the second value is above somewhere between 2 and 3 million you get > a very unhelpful lshift error message when loading the app in pyjs. > > probably because of this line in random.py: > def randrange(self, start, stop=None, step=1, fint=int, > default=None, maxwidth=1L<<BPF): > > will put in bug report > > -- > ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ -- ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

