]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat` (#135346)
authorPetr Viktorin <encukou@gmail.com>
Tue, 1 Jul 2025 08:54:08 +0000 (10:54 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 08:54:08 +0000 (10:54 +0200)
commit845263adc60430781b8fae9e75575c63fea50dc3
tree1fbfebd9b8baa738d8ec4ad4861e71182008d73a
parent23caccf74ce2c8dc5d9c5eb6350d21ef20c6ea0b
gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat` (#135346)

This was the last usage, so the macro is removed as well.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Include/pyport.h
Lib/test/test_pyexpat.py
Misc/NEWS.d/next/C_API/2025-06-19-12-47-18.gh-issue-133157.1WA85f.rst [new file with mode: 0644]
Modules/pyexpat.c