[issue7406] int arithmetic relies on C signed overflow behaviour

Christian Heimes report at bugs.python.org
Wed Oct 20 08:51:01 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

Python 2 is no longer supported. Python 3's _PyLong_Add() function doesn't rely on overflow.

----------
nosy: +christian.heimes
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue7406>
_______________________________________


More information about the Python-bugs-list mailing list