]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)
authorjnchen <caojingchen@live.com>
Sat, 16 Mar 2024 13:01:45 +0000 (21:01 +0800)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 13:01:45 +0000 (15:01 +0200)
commit744c0777952f1e535d1192ee15b286aa67b61533
treedd9275a05ac2d1d6ce9ffa6031c787d257cbcbe6
parent33da0e844c922b3dcded75fbb9b7be67cb013a17
gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852)

It is confusing, because libc is not imported from ctypes,
but defined in previous examples, which already contain the import.
Doc/library/ctypes.rst