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 Nickolai.Zeldovich, ezio.melotti, mark.dickinson, mrabarnett, python-dev, serhiy.storchaka
Date 2013-04-13.18:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Zp43w1bZzzR3H@mail.python.org>
In-reply-to
Content
New changeset 27162465316f by Serhiy Storchaka in branch '2.7':
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
http://hg.python.org/cpython/rev/27162465316f

New changeset 2673d207c524 by Serhiy Storchaka in branch '3.3':
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
http://hg.python.org/cpython/rev/2673d207c524

New changeset f280786d0e64 by Serhiy Storchaka in branch 'default':
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
http://hg.python.org/cpython/rev/f280786d0e64
History
Date User Action Args
2013-04-13 18:18:52python-devsetrecipients: + python-dev, mark.dickinson, ezio.melotti, mrabarnett, serhiy.storchaka, Nickolai.Zeldovich
2013-04-13 18:18:52python-devlinkissue17016 messages
2013-04-13 18:18:52python-devcreate