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 asvetlov, mark.dickinson, python-dev, serhiy.storchaka, vstinner
Date 2012-10-06.17:05:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XYvNV0lrzzLy3@mail.python.org>
In-reply-to
Content
New changeset 152d85b2da3a by Mark Dickinson in branch '3.3':
Issue #16096: Fix several occurrences of potential signed integer overflow.  Thanks Serhiy Storchaka.
http://hg.python.org/cpython/rev/152d85b2da3a

New changeset faae99459b43 by Mark Dickinson in branch 'default':
Issue #16096: Merge fixes from 3.3.
http://hg.python.org/cpython/rev/faae99459b43
History
Date User Action Args
2012-10-06 17:05:31python-devsetrecipients: + python-dev, mark.dickinson, vstinner, asvetlov, serhiy.storchaka
2012-10-06 17:05:31python-devlinkissue16096 messages
2012-10-06 17:05:30python-devcreate