]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2024 01:06:32 +0000 (03:06 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:06:32 +0000 (18:06 -0700)
commitdddae6647e6151fe2d35f1e46a32860da3b4c959
treeca943bbaf7c0a4d677db46f59d378e941c7a2287
parent7f101dcfebf5acc4bf3a809a58b044001ee423c1
[3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124277)

gh-124248: Fix crash in struct when processing 0p fields (GH-124251)
(cherry picked from commit 63f196090f90cbfe5f698824655f74dea5cb2b29)

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Lib/test/test_struct.py
Misc/ACKS
Misc/NEWS.d/next/Library/2024-09-19-11-47-39.gh-issue-124248.g7rufd.rst [new file with mode: 0644]
Modules/_struct.c