Dong-hee Na <[email protected]> added the comment:
if somebody try to sum very large value with range. sum(range(1 << 1000, (1 << 1000) + 100)) it can be affected by this patch. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42147> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
