flox <la...@yahoo.fr> added the comment:

This bug does not occur on Debian 64 bits.

 ~ $ uname -srvm
Linux 2.6.30-bpo.1-amd64 #1 SMP Mon Aug 17 08:42:50 UTC 2009 x86_64

Tested with variants:
        from random import getrandbits
        self.checkequal(-1, 'ab', 'find', 'xxx', getrandbits(64), 0)
        self.checkequal(-1, 'ab', 'find', 'xxx', getrandbits(96), 0)
        self.checkequal(-1, 'ab', 'rfind', 'xxx', getrandbits(64), 0)
        self.checkequal(-1, 'ab', 'rfind', 'xxx', getrandbits(96), 0)

----------
nosy: +flox

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7458>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to