]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 26 Feb 2025 08:40:48 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 08:40:48 +0000 (09:40 +0100)
commit59d3ad0c62570d33101e60f7592acccce571a6f6
treebaf7dde2fdd34454de0c60b3888e3604569040dc
parent18bc5b78390094b1eda71acdaa7fe9ace8ec51e0
gh-111178: fix UBSan failures in `Modules/_tkinter.c` (GH-129795)

Fix UBSan failures for `TkappObject`, `PyTclObject`, `TkttObject`

Implement CHECK_TCL_APPARTMENT as a static inline function
Modules/_tkinter.c