]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911) (...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 25 Apr 2025 12:44:53 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 12:44:53 +0000 (12:44 +0000)
commit7ebfc6ec5e83364f9c219821a308db6aad5ad438
tree1df984b5d893be6c9b65663699aa5fe2bcb3fd89
parent3776ade2e86010d638c538c5d3f225887d714478
[3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911) (#132932)

(cherry picked from commit 3fa024dec32e2ff86baf3dd7e14a0b314855327c)
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