]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
authorNikita Sobolev <mail@sobolevn.me>
Fri, 8 Mar 2024 10:49:52 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 10:49:52 +0000 (13:49 +0300)
commitfdb2d90a274158aee23b526d972172bf41bd4b7e
tree50693d16fd4d8ecf83325cae58ce0652cfe7211d
parent0003285c8d78f0b463f2acc164655456fcfc3206
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
Modules/arraymodule.c
Python/getargs.c