]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149402: Don't assume single-character type codes (struct/array/ctypes) (#149483)
authorSergey B Kirpichev <skirpichev@gmail.com>
Mon, 11 May 2026 13:05:50 +0000 (16:05 +0300)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 13:05:50 +0000 (13:05 +0000)
commitef877318a0dd522389e03cfb943b1af857964598
tree81fc05ddbbd753ec2d77b88ec4f90b69d9f97da0
parent4956d2be9d5e555f2cf64faed9ef39e6a797c360
gh-149402: Don't assume single-character type codes (struct/array/ctypes) (#149483)

In the struct docs, section "Format Characters" was renamed to "Type
Codes".

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/library/array.rst
Doc/library/ctypes.rst
Doc/library/struct.rst
Objects/memoryobject.c