]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Avoid calling functions from incompatible pointer types in dictobject...
authorChristopher Chavez <chrischavez@gmx.us>
Tue, 2 Jan 2024 14:32:37 +0000 (08:32 -0600)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 14:32:37 +0000 (15:32 +0100)
commita1eea1d032d4436131716aec3d8936042bcbfa9d
tree32c63ae720233663f1f176275be4cf84c1872f97
parentacf4cf5ca5ef62407e35609fb365e7dfaa362648
gh-111178: Avoid calling functions from incompatible pointer types in dictobject.c (#112892)

Fix undefined behavior warnings (UBSan  -fsanitize=function).
Objects/dictobject.c