]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-136769: Include fixed-width integers in the fundamental data types table...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 19 Jul 2025 10:25:37 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Jul 2025 10:25:37 +0000 (10:25 +0000)
commitf32e095608399b252f2fff5a28f7afdf5fed743b
tree51f913737dda551656e48d1934f2bacb42aebd8f
parent96fac51a211b0adabc798d0921b53c276b9d83a2
[3.13] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136786)

gh-136769: Include fixed-width integers in the fundamental data types table (GH-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``.
(cherry picked from commit acefb978dcb5dd554e3c49a3015ee5c2ad6bfda1)

Co-authored-by: Sina Zel taat <111974143+SZeltaat@users.noreply.github.com>
Doc/library/ctypes.rst