]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 10 Jan 2025 10:51:24 +0000 (11:51 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 10:51:24 +0000 (11:51 +0100)
commit28ffdc5702e8e5d71d7b06e389d1619c0ae9a4ae
treed4a758ae3f19ef36ca23d86aca5216615497f146
parent613240bf03a44323f78f02359b2acf928a4093f4
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)

* fix UBSan failures for `filterobject`
* fix UBSan failures for `mapobject`
* fix UBSan failures for `zipobject`
Python/bltinmodule.c