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 <[email protected]>
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: <[email protected]>
2008-11-11 18:15:42vstinnerlinkissue3439 messages
2008-11-11 18:15:42vstinnercreate