Serhiy Storchaka <[email protected]> added the comment: > Your patch should also address possible overflow of the addition.
Here there is no overflow. The patch limits prec of a little stronger (instead of 2147483647 to 2147483639 on a 32-bit platform). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14700> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
