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 vstinner
Recipients flox, pitrou, vstinner
Date 2009-12-08.15:59:44
SpamBayes Score 0.0018957536
Marked as misclassified No
Message-id <1260287987.75.0.266675022519.issue7458@psf.upfronthosting.co.za>
In-reply-to
Content
pitrou> You shouldn't harcode 1 << 63 and 1 << 64, but calculate 
pitrou> them based on sys.maxsize instead.

(sys.maxint) Yes, you're right. Does str_find-3.patch looks better?
It's not easy to always detect an Heisenbug :-)
History
Date User Action Args
2009-12-08 15:59:48vstinnersetrecipients: + vstinner, pitrou, flox
2009-12-08 15:59:47vstinnersetmessageid: <1260287987.75.0.266675022519.issue7458@psf.upfronthosting.co.za>
2009-12-08 15:59:45vstinnerlinkissue7458 messages
2009-12-08 15:59:44vstinnercreate