[issue23270] Use the new __builtin_mul_overflow() of Clang and GCC 5 to check for integer overflow

STINNER Victor report at bugs.python.org
Thu Sep 10 15:45:28 CEST 2015


STINNER Victor added the comment:

Implementation for any compiler using the new builtin if available:
http://thread.gmane.org/gmane.linux.kernel/2000004

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23270>
_______________________________________


More information about the Python-bugs-list mailing list