]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
authorZackery Spytz <zspytz@gmail.com>
Mon, 5 Apr 2021 19:21:00 +0000 (13:21 -0600)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 19:21:00 +0000 (15:21 -0400)
commit14829b09eb652f457cf837836909169746a810f0
tree0946d8040dcdc322f66ac49ac4ff800db7ba47e2
parent4e2ef7084185d2220003b4b5538e3d8190b2dcd6
bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)

The previous "Fundamental data types" section says a c_char_p must be bytes (or None).
Doc/library/ctypes.rst