Mark Dickinson <[email protected]> added the comment: > But it has to happen on any platform > with a 32-bit integer
Not necessarily: it's undefined behaviour, so the compiler can do as it wishes. Your patch should also address possible overflow of the addition. ---------- _______________________________________ 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
