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 gpolo, loewis, python-dev, serhiy.storchaka
Date 2014-05-30.11:39:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gg3hf46r9z7LjM@mail.python.org>
In-reply-to
Content
New changeset 59468bd68789 by Serhiy Storchaka in branch '2.7':
Issue #21552: Fixed possible integer overflow of too long string lengths in
http://hg.python.org/cpython/rev/59468bd68789

New changeset a90cddfd9e47 by Serhiy Storchaka in branch '3.4':
Issue #21552: Fixed possible integer overflow of too long string lengths in
http://hg.python.org/cpython/rev/a90cddfd9e47

New changeset 5b80af12ccb7 by Serhiy Storchaka in branch 'default':
Issue #21552: Fixed possible integer overflow of too long string lengths in
http://hg.python.org/cpython/rev/5b80af12ccb7

New changeset 8c96af2fba28 by Serhiy Storchaka in branch '2.7':
Fixed possible integer overflow in getint, getdouble and getboolean too (issue #21552).
http://hg.python.org/cpython/rev/8c96af2fba28
History
Date User Action Args
2014-05-30 11:39:17python-devsetrecipients: + python-dev, loewis, gpolo, serhiy.storchaka
2014-05-30 11:39:16python-devlinkissue21552 messages
2014-05-30 11:39:16python-devcreate