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 fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2008-11-11.18:15:40
SpamBayes Score 0.00014456584
Marked as misclassified No
Message-id <1226427343.7.0.7641714888.issue3439@psf.upfronthosting.co.za>
In-reply-to
Content
> (-maxint-1).numbits() hangs

Ooops, nice catch! It was an integer overflow, already present in 
fredrikj's original patch. The new patch fixes this bug but also 
included a documentation patch ;-)
History
Date User Action Args
2008-11-11 18:15:43vstinnersetrecipients: + vstinner, loewis, rhettinger, terry.reedy, mark.dickinson, fredrikj
2008-11-11 18:15:43vstinnersetmessageid: <1226427343.7.0.7641714888.issue3439@psf.upfronthosting.co.za>
2008-11-11 18:15:42vstinnerlinkissue3439 messages
2008-11-11 18:15:42vstinnercreate