]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Fix function signature in pyexpat.c (#131674)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Mar 2025 17:22:45 +0000 (18:22 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 17:22:45 +0000 (17:22 +0000)
commit5fef4ff9ed47e82bce0696672eb2e4bd8953bb1e
treec053906633309393e7c33b8c7ab5d0ab97492a63
parentd16f455cd8cabbc1e7bd2369cdb8718c30ab8957
gh-111178: Fix function signature in pyexpat.c (#131674)

Move _Py_NO_SANITIZE_UNDEFINED macro from faulthandler.c to pyport.h.
Include/pyport.h
Modules/faulthandler.c
Modules/pyexpat.c