]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121249: unconditionally support `complex` types in `struct` (GH-132864)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 2 May 2025 16:24:52 +0000 (19:24 +0300)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 16:24:52 +0000 (18:24 +0200)
commitf425509349fecd3a8177502a2d4aafca8eef040a
tree109c6cd844108b57d69cbe60a110f1ac3f9166f7
parente6c518d2ebc6080710c8a1688d648bede28dad8d
gh-121249: unconditionally support `complex` types in `struct` (GH-132864)

Co-authored-by: Lisandro Dalcin <dalcinl@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/struct.rst
Doc/whatsnew/3.14.rst
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2025-04-25-16-20-49.gh-issue-121249.uue2nK.rst [new file with mode: 0644]
Modules/_struct.c