]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 Apr 2021 08:21:35 +0000 (01:21 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 08:21:35 +0000 (04:21 -0400)
commit5490b49fa6646c9f48869955c12cf6af9fc3f2a4
tree413cec5e5b1e63a29cf42f5454e5818a7f873ce9
parentb3e8722853c25fa03ae0e3b74513498ce19ea10c
[3.9] 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).
(cherry picked from commit 14829b09eb652f457cf837836909169746a810f0)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/library/ctypes.rst