]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures for `gdbmobject` (GH-128178)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 10 Jan 2025 10:52:36 +0000 (11:52 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2025 10:52:36 +0000 (11:52 +0100)
commitbaf65715fc9002e43cd0e1010b8dba9b4c84d503
tree53602cd3d65cfdb477413db1829a4ec6b737bb47
parent28ffdc5702e8e5d71d7b06e389d1619c0ae9a4ae
gh-111178: fix UBSan failures for `gdbmobject` (GH-128178)

* fix UBSan failures for `gdbmobject`
* suppress unused return values
Modules/_gdbmmodule.c