]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix integer overflow for formats "s" and "p" in the struct module (GH-145750...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 10 Mar 2026 17:44:10 +0000 (17:44 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 17:44:10 +0000 (17:44 +0000)
commit37e9d846ff55c20f5751af039f5151481e5c7e8e
treebb81fe851b5cafe9d27320002d0641da0143c749
parentf349433df04090cd6c6a4934c0e5914b63afef2e
[3.13] Fix integer overflow for formats "s" and "p" in the struct module (GH-145750) (GH-145777)

(cherry picked from commit 4d0dce0c8ddc4d0321bd590a1a33990edc2e1b08)
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2026-03-10-14-13-12.gh-issue-145750.iQsTeX.rst [new file with mode: 0644]
Modules/_struct.c