diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-14 03:34:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 03:34:11 (GMT) |
commit | b95de96268b334f9ec0aa70bd038f3603bf19421 (patch) | |
tree | e4f0a828f182ac52f438e59385865111a0799447 /Python/getcompiler.c | |
parent | 381a1dc26162e9fcbec48ac2eee5ac8adb806b07 (diff) | |
download | cpython-b95de96268b334f9ec0aa70bd038f3603bf19421.zip cpython-b95de96268b334f9ec0aa70bd038f3603bf19421.tar.gz cpython-b95de96268b334f9ec0aa70bd038f3603bf19421.tar.bz2 |
gh-105751: test_ctypes avoids "from ctypes import *" (#105768)
Using "import *" prevents linters like pyflakes to detect undefined names
(usually missing imports).
Replace c_voidp with c_void_p.
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions