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 python-dev
Recipients brechtm, mark.dickinson, pitrou, python-dev, skrah
Date 2012-04-20.20:44:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SLKgw-0004Sv-5Z@dinsdale.python.org>
In-reply-to
Content
New changeset cdcc6b489862 by Mark Dickinson in branch '3.2':
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass.
http://hg.python.org/cpython/rev/cdcc6b489862

New changeset c7b0f711dc15 by Mark Dickinson in branch 'default':
Issue #14630: Merge fix from 3.2.
http://hg.python.org/cpython/rev/c7b0f711dc15
History
Date User Action Args
2012-04-20 20:44:32python-devsetrecipients: + python-dev, mark.dickinson, pitrou, skrah, brechtm
2012-04-20 20:44:30python-devlinkissue14630 messages
2012-04-20 20:44:30python-devcreate