FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-105751: test_ctypes avoids "from ctypes import *" by vstinner · Pull Request #105768 · python/cpython · GitHub

/ cpython Public

gh-105751: test_ctypes avoids "from ctypes import *" - #105768

Merged
vstinner merged 3 commits into
python:mainfrom
vstinner:test_ctypes_explicit_import
Jun 14, 2023
Merged

gh-105751: test_ctypes avoids "from ctypes import *"#105768
vstinner merged 3 commits into
python:mainfrom
vstinner:test_ctypes_explicit_import

Conversation

vstinner commented Jun 14, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Using "import *" prevents linters like pyflakes to detect symbols (variables, functions) used being imported.

Replace c_voidp with c_void_p.

Using "import *" prevents linters like pyflakes to detect symbols
(variables, functions) used being imported.

Replace c_voidp with c_void_p.
vstinner disabled auto-merge June 14, 2023 03:09
vstinner enabled auto-merge (squash) June 14, 2023 03:10
vstinner merged commit b95de96 into python:main Jun 14, 2023
vstinner deleted the test_ctypes_explicit_import branch June 27, 2023 23:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL