◐ Shell
clean mode source ↗

gh-111178: Fix function signature in pyexpat.c by vstinner · Pull Request #131674 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 2 commits into

Mar 24, 2025

Conversation

@vstinner

@vstinner vstinner commented

Mar 24, 2025

edited by bedevere-app Bot

Loading

Move _Py_NO_SANITIZE_UNDEFINED macro from faulthandler.c to pyport.h.

@vstinner

picnixz

Choose a reason for hiding this comment

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

Oh I didn't know about that macro! I was scratching my head on how to change the API without breaking everything but this solution is much cleaner. Thanks!

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 1, 2025
Move _Py_NO_SANITIZE_UNDEFINED macro from faulthandler.c to pyport.h.

Labels

2 participants

@vstinner @picnixz