]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Objects/frameobject.c` (GH-129777)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 8 Feb 2025 13:54:34 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 13:54:34 +0000 (14:54 +0100)
commitd046421f4edacbf64f9436750a727cb0a4bfbd04
tree6a0a306fc90956193d6f2ca4646dc1efa1dee3e5
parent12e1d3011b0ff427b7be36d5f5d2d63014c6a54d
gh-111178: fix UBSan failures in `Objects/frameobject.c` (GH-129777)

fix UBSan failures for `PyFrameObject`, `PyFrameLocalsProxyObject`
Objects/frameobject.c