]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136769: Include fixed-width integers in the fundamental data types table (#136784)
authorSina Zel taat <111974143+SZeltaat@users.noreply.github.com>
Sat, 19 Jul 2025 10:19:41 +0000 (12:19 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Jul 2025 10:19:41 +0000 (11:19 +0100)
commitacefb978dcb5dd554e3c49a3015ee5c2ad6bfda1
treed2a11b7a76b9fe24f2b58219e348618110816131
parent263e451c4114ac98add1f1e8aa9ee030e054bdfd
gh-136769: Include fixed-width integers in the fundamental data types table (#136784)

Fixed-sized types, like ``c_int32``, are currently missing from the fundamental data types table
in the ``ctypes`` documentation. This commit adds them, and  notes that ``c_[u]int8`` is an alias
of ``c_[u]byte``.
Doc/library/ctypes.rst