diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2013-11-26 16:19:13 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2013-11-26 16:19:13 (GMT) |
commit | f45bbb62110a7bbcbbf45c1a52be6de7b791b189 (patch) | |
tree | 2c6aa2f504e8424b0ba29dacfc841b08daab7d0a /Misc/NEWS | |
parent | 22dc4d5fa849d07d93c1f63d1a3e24058c4afab0 (diff) | |
download | cpython-f45bbb62110a7bbcbbf45c1a52be6de7b791b189.zip cpython-f45bbb62110a7bbcbbf45c1a52be6de7b791b189.tar.gz cpython-f45bbb62110a7bbcbbf45c1a52be6de7b791b189.tar.bz2 |
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.4 release candidate 1? Core and Builtins ----------------- +- Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2 + billion characters) input strings in _Py_dg_strtod. + Library ------- |