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 Laël Cellier
Recipients Laël Cellier, furkanonder, skrah
Date 2020-06-09.14:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591713602.12.0.737383876722.issue40223@roundup.psfhosted.org>
In-reply-to
Content
If -fwrapv isn’t enabled (whereas with gcc this is the default with ‑O2), then it means -ftrapv is enabled.

And from the manual page :
This option generates traps for signed overflow on addition, subtraction, multiplication operations.

Did you checked if the binary compiles fines with all ‑O2/‑O3 options replaced with ‑O0 in configure/Makefiles along gcc ?
History
Date User Action Args
2020-06-09 14:40:02Laël Celliersetrecipients: + Laël Cellier, skrah, furkanonder
2020-06-09 14:40:02Laël Celliersetmessageid: <1591713602.12.0.737383876722.issue40223@roundup.psfhosted.org>
2020-06-09 14:40:02Laël Cellierlinkissue40223 messages
2020-06-09 14:40:01Laël Celliercreate