FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-108562: fix compiler warnings for bundled libmpdec in the main by skirpichev · Pull Request #114751 · python/cpython · GitHub

/ cpython Public

gh-108562: fix compiler warnings for bundled libmpdec in the main - #114751

Merged
erlend-aasland merged 1 commit into
python:mainfrom
skirpichev:enable-strict-overflow-108562
Mar 3, 2024
Merged

gh-108562: fix compiler warnings for bundled libmpdec in the main#114751
erlend-aasland merged 1 commit into
python:mainfrom
skirpichev:enable-strict-overflow-108562

Conversation

skirpichev commented Jan 30, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

This patch enable (if awailable) -fstrict-overflow for libmpdec and also shut off false positive warnings (-Warray-bounds). The later part was backported from mpdecimal-4.0.0.

This comment was marked as outdated.

This patch enable (if awailable) -fstrict-overflow for libmpdec and also
shut off false positive warnings (-Warray-bounds).  The later part
was backported from mpdecimal-4.0.0.
skirpichev force-pushed the enable-strict-overflow-108562 branch from 3303b02 to 8e514c5 Compare January 30, 2024 13:44
skirpichev marked this pull request as ready for review January 30, 2024 13:46

sethmlarson left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks for updating the SBOM!

rhettinger removed their request for review January 30, 2024 23:11

Copy link
Copy Markdown
Member Author

@erlend-aasland, is this still waiting for review? Maybe I should ask Stefan (However, I think the decimal-related part was actually discussed in the issue)?

erlend-aasland merged commit 002a594 into python:main Mar 3, 2024
skirpichev deleted the enable-strict-overflow-108562 branch March 3, 2024 07:26
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL