gh-105751: test_ctypes avoids "from ctypes import *" by vstinner · Pull Request #105768 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Using "import *" prevents linters like pyflakes to detect symbols (variables, functions) used being imported.
Replace c_voidp with c_void_p.
- Issue: Rework test_ctypes #105751
Using "import *" prevents linters like pyflakes to detect symbols (variables, functions) used being imported. Replace c_voidp with c_void_p.
vstinner
added
the
skip news
label
vstinner
requested a review
from rhettinger
as a code owner
bedevere-bot
added
the
awaiting core review
label
bedevere-bot
mentioned this pull request
Closed
vstinner
enabled auto-merge (squash)
vstinner added 2 commits
vstinner
disabled auto-merge
vstinner
enabled auto-merge (squash)
vstinner
merged commit
b95de96
into
python:main
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
test_ctypes_explicit_import
branch
max-muoto
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment