]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121249: Deprecate using F/D type codes in the struct module (#152309)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 30 Jun 2026 09:57:22 +0000 (12:57 +0300)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 09:57:22 +0000 (11:57 +0200)
commit40795f20ff4ef2054a7f79be537a5ba06759c15f
treecc3acf9e067bd794be23813dce209d66ef301f87
parent9e10f14b925562a0292c920608e24f89ee5f187e
gh-121249: Deprecate using F/D type codes in the struct module (#152309)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/deprecations/pending-removal-in-3.21.rst
Doc/deprecations/soft-deprecations.rst
Doc/library/struct.rst
Doc/whatsnew/3.16.rst
Lib/test/test_ctypes/test_byteswap.py
Lib/test/test_memoryview.py
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2026-06-26-19-01-13.gh-issue-121249.p1SBW0.rst [new file with mode: 0644]
Modules/_struct.c