[issue33153] interpreter crash when multiplying large tuples

Serhiy Storchaka report at bugs.python.org
Tue Mar 27 07:48:25 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

tuplerepeat() in Objects/tupleobject.c uses a questionable check that relies on signed integer overflow. It is a matter of time when this rifle will shoot in the foot. But I didn't expected issues with old good gcc 6.3. Was the interpreter compiled with non-standard options or ran on non-x86 platform?

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list