gh-111178: Fix function signatures in misc files by vstinner · Pull Request #131180 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.1k
Comments
Merged
gh-111178: Fix function signatures in misc files#131180
vstinner merged 4 commits intopython:mainfrom
gh-111178: Fix function signatures in misc files#131180
vstinner merged 4 commits intopython:mainfrom
Conversation
Copy link
Member
vstinner
added
the
skip news
label
vstinner
requested review from
kumaraditya303 and
markshannon
as code owners
bedevere-app
bot
added
the
awaiting core review
label
bedevere-app
bot
mentioned this pull request
Copy link
Member Author
vstinner
commented
Mar 13, 2025
vstinner commented
Mar 13, 2025With this change, it's now possible to build Python with the Undefined Behavior Sanitinizer (UBsan) on my Fedora 41 without errors:
./configure CC=clang LD=clang CFLAGS=-fno-sanitize-recover --with-undefined-behavior-sanitizer
make
Copy link
Member Author
vstinner
commented
Mar 13, 2025
vstinner commented
Mar 13, 2025cc @picnixz
picnixz reviewed Mar 13, 2025
Modules/_io/bufferedio.c
Outdated
Show resolved
Hide resolved
Modules/_io/bufferedio.c Outdated Show resolved Hide resolved
Modules/_pickle.c
Outdated
Show resolved
Hide resolved
Modules/_pickle.c Outdated Show resolved Hide resolved
Python/import.c
Show resolved
Hide resolved
Python/import.c Show resolved Hide resolved
Copy link
Member Author
vstinner
commented
Mar 13, 2025
vstinner commented
Mar 13, 2025@picnixz: I addressed your review. Please review the updated PR.
picnixz reviewed Mar 13, 2025
Modules/_threadmodule.c
Show resolved
Hide resolved
Modules/_threadmodule.c Show resolved Hide resolved
vstinner
deleted the
ubsan_misc
branch
bedevere-app
bot
removed
the
awaiting core review
label
plashchynski pushed a commit to plashchynski/cpython that referenced this pull request
Mar 17, 2025This 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