]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: fix UBSan failures in `Modules/_csv.c` (GH-128243)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 3 Jan 2025 14:04:33 +0000 (15:04 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 14:04:33 +0000 (15:04 +0100)
commit8522f8bacb4e2db4b901472c254efad6057e9fd1
tree066f340057e8604aa56aea397d1b14d2ca2176de
parentb4f799b1e78ede17b41de9a2bc51b437a7e6dd74
gh-111178: fix UBSan failures in `Modules/_csv.c` (GH-128243)

Also: suppress unused return values
Modules/_csv.c