[issue24999] Segfault in test_re.test_sre_character_class_literals() when Python is compiled by ICC

Zachary Ware report at bugs.python.org
Fri Sep 4 18:23:57 CEST 2015


Zachary Ware added the comment:

Replacing the two instances of "LONG_MAX >> 2*PyLong_SHIFT" with "SIZEOF_LONG*CHAR_BIT-1 >= 2*PyLong_SHIFT" fixes the warnings, but does nothing for test_re.

----------

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


More information about the Python-bugs-list mailing list