]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124278)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Sep 2024 10:29:43 +0000 (12:29 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 10:29:43 +0000 (10:29 +0000)
commit6644cd2c1ba72ad7b05eea91a59155dd7e0335b6
treec556733aae91b1f062b043bdfed0029ddf537220
parent6c6b044304041aa3c2b7d138788fe41d61048f2a
[3.12] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (#124278)

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