]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Python/context.c` (GH-128242)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 8 Jan 2025 13:52:27 +0000 (14:52 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 13:52:27 +0000 (14:52 +0100)
commit1da0901894d7c0d56ebce97cd0c16aeffb64adcf
tree289c5523fee12686d36c2f71cd78941c21ec8266
parentc22302ecea8c22379a41cd77158748d5fcd91352
gh-111178: fix UBSan failures in `Python/context.c` (GH-128242)

* fix UBSan failures for `PyContext`
* fix UBSan failures for `PyContextVar`
* fix UBSan failures for `PyContextToken`
* fix UBSan failures for `_PyContextTokenMissing`
Python/context.c