This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox, vstinner
Date 2009-12-08.10:43:10
SpamBayes Score 8.18589e-05
Marked as misclassified No
Message-id <1260268992.08.0.18912653482.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-12-08 10:43:12floxsetrecipients: + flox, vstinner
2009-12-08 10:43:12floxsetmessageid: <1260268992.08.0.18912653482.issue7458@psf.upfronthosting.co.za>
2009-12-08 10:43:10floxlinkissue7458 messages
2009-12-08 10:43:10floxcreate