]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124248: Fix crash in struct when processing 0p fields (#124251)
authorBrian Schubert <brianm.schubert@gmail.com>
Fri, 20 Sep 2024 10:08:59 +0000 (06:08 -0400)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2024 10:08:59 +0000 (12:08 +0200)
commit63f196090f90cbfe5f698824655f74dea5cb2b29
tree53673a94db1e9a94bea99f0cc6af3611d910d5a0
parentbaa3550bc3a119f41cc4eaed5373f9d695208e8e
gh-124248: Fix crash in struct when processing 0p fields (#124251)
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