mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
b95de96268
Using "import *" prevents linters like pyflakes to detect undefined names (usually missing imports). Replace c_voidp with c_void_p.