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 christian.heimes, eric.smith, jkloth, mark.dickinson, python-dev, vstinner, zach.ware
Date 2013-11-26.16:19:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dTVgx09XwzMnX@mail.python.org>
In-reply-to
Content
New changeset eac133e13bb5 by Mark Dickinson in branch '3.3':
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
http://hg.python.org/cpython/rev/eac133e13bb5

New changeset 9c7ab3e68243 by Mark Dickinson in branch 'default':
Issue #19638: Merge from 3.3
http://hg.python.org/cpython/rev/9c7ab3e68243
History
Date User Action Args
2013-11-26 16:19:58python-devsetrecipients: + python-dev, mark.dickinson, vstinner, eric.smith, christian.heimes, jkloth, zach.ware
2013-11-26 16:19:58python-devlinkissue19638 messages
2013-11-26 16:19:57python-devcreate