Message 75751 - Python tracker

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.

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.