This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matejcik
Recipients matejcik
Date 2017-01-03.18:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483468602.77.0.231507148809.issue29145@psf.upfronthosting.co.za>
In-reply-to
Content
Related to http://bugs.python.org/issue1621 and http://bugs.python.org/issue27473
GCC 6 optimizes away broken overflow checks. This leads to segfaults on test_replace_overflow, at least for strings and bytearrays.
History
Date User Action Args
2017-01-03 18:36:42matejciksetrecipients: + matejcik
2017-01-03 18:36:42matejciksetmessageid: <1483468602.77.0.231507148809.issue29145@psf.upfronthosting.co.za>
2017-01-03 18:36:42matejciklinkissue29145 messages
2017-01-03 18:36:42matejcikcreate