diff options
author | Nate Ohlson <nohlson@purdue.edu> | 2024-09-16 17:22:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 17:22:30 (GMT) |
commit | 44052b5f18c5d605d33bf3207b5c918127cf0e82 (patch) | |
tree | a88ecc0da4052a2ca6d8a12bc1b44ad8f102cb6a /Misc/NEWS.d/next | |
parent | 05235e3c16d755e292ebf6e2bd6c4903bb6849b9 (diff) | |
download | cpython-44052b5f18c5d605d33bf3207b5c918127cf0e82.zip cpython-44052b5f18c5d605d33bf3207b5c918127cf0e82.tar.gz cpython-44052b5f18c5d605d33bf3207b5c918127cf0e82.tar.bz2 |
gh-124064: Make warning emitting compiler options opt-in (#124070)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Security/2024-08-14-19-43-57.gh-issue-112301.IQUcOy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2024-08-14-19-43-57.gh-issue-112301.IQUcOy.rst b/Misc/NEWS.d/next/Security/2024-08-14-19-43-57.gh-issue-112301.IQUcOy.rst new file mode 100644 index 0000000..9750cf2 --- /dev/null +++ b/Misc/NEWS.d/next/Security/2024-08-14-19-43-57.gh-issue-112301.IQUcOy.rst @@ -0,0 +1 @@ +Enable compiler options that warn of potential security vulnerabilities. |