]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 25 Apr 2025 11:02:57 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 11:02:57 +0000 (11:02 +0000)
commit3fa024dec32e2ff86baf3dd7e14a0b314855327c
tree6f60b56bda37dfa900884f00303d41b3ea361328
parentde6482eda3a46cc9c9a03fb9ba57295ab99b4722
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
Doc/c-api/arg.rst
Misc/NEWS.d/next/C_API/2025-04-25-11-39-24.gh-issue-132909.JC3n_l.rst [new file with mode: 0644]
Python/modsupport.c