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.
V
Victor Stinner committed
b95de96268b334f9ec0aa70bd038f3603bf19421
Parent: 381a1dc
Committed by GitHub <noreply@github.com>
on 6/14/2023, 3:34:11 AM