Skip to content

Conversation

@Rowlando13
Copy link
Collaborator

No description provided.

rolandwalker and others added 18 commits September 13, 2025 09:27
When the first argument to subprocess.Popen is a list, setting
shell=True causes elements of the list to be discarded on POSIX
platforms.

Setting shell=False (the default) causes Popen() to invoke the first
argument of the list and pass the rest of the arguments using
"os.execvpe()-like behavior to execute the child program", per the
subprocess docs at

 * https://docs.python.org/3/library/subprocess.html
(Sphinx seems to parse this just fine but GH gets confused)
@Rowlando13 Rowlando13 merged commit 309ce91 into main Sep 24, 2025
19 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants