Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_subprocess_exec/shell #619

Open
Dreamsorcerer opened this issue Jun 11, 2020 · 0 comments
Open

create_subprocess_exec/shell #619

Dreamsorcerer opened this issue Jun 11, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Dreamsorcerer
Copy link

Dreamsorcerer commented Jun 11, 2020

Not sure if you want to handle this case as well. But, when writing code with asyncio, instead of using the subprocess module, people are likely to use create_subprocess_exec():
https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_exec

So, maybe should catch those uses as well?

This often uses flags from the subprocess module (e.g. PIPE), so it would also be useful to avoid warnings on the import line if only importing flags (from subprocess import PIPE).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants