]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143904: Raise OverflowError instead of IndexError for too large offset in struct... 144349/head
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Feb 2026 13:25:59 +0000 (15:25 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Feb 2026 13:25:59 +0000 (15:25 +0200)
commit18347417b06d09fa7eeac68f88eb1e720e925c65
treec770a7f397596a825635a38a3e5de171a61a7208
parentb6256014be7ff8adf100c47c4be8bc002e0607d6
gh-143904: Raise OverflowError instead of IndexError for too large offset in struct.pack_into() (GH-143905)
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2026-01-16-14-02-39.gh-issue-143904.rErHHA.rst [new file with mode: 0644]
Modules/_struct.c
Modules/clinic/_struct.c.h