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 mark.dickinson
Recipients fredrikj, loewis, mark.dickinson, rhettinger, terry.reedy, vstinner
Date 2008-11-11.17:15:51
SpamBayes Score 0.0006091506
Marked as misclassified No
Message-id <1226423752.49.0.915616192202.issue3439@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, Victor!  Thanks for the updated patch.

Your patch still hangs on:

>>> from sys import maxint
>>> (-maxint-1).numbits()

on my 32-bit machine.
History
Date User Action Args
2008-11-11 17:15:52mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, terry.reedy, vstinner, fredrikj
2008-11-11 17:15:52mark.dickinsonsetmessageid: <1226423752.49.0.915616192202.issue3439@psf.upfronthosting.co.za>
2008-11-11 17:15:51mark.dickinsonlinkissue3439 messages
2008-11-11 17:15:51mark.dickinsoncreate