Skip to content

bring back shlex parser due to shell related difficulties#154

Merged
Vizonex merged 2 commits into
mainfrom
153-create_subprocess_shell-on-windows-corrupts-embedded-quotes
Jul 11, 2026
Merged

bring back shlex parser due to shell related difficulties#154
Vizonex merged 2 commits into
mainfrom
153-create_subprocess_shell-on-windows-corrupts-embedded-quotes

Conversation

@Vizonex

@Vizonex Vizonex commented Jul 11, 2026

Copy link
Copy Markdown
Owner

What do these changes do?

Brings back shlex parser -_- (This is not what I wanted originally due to it's own annoyance)
We really don't want to change shitloads of code and I realize that it could affect the merge to uvloop.
This has a been double edge sword of annoyance that I want gone for good.

Are there changes in behavior for the user?

shlex parser had to be returned as much as I hated it we really do not want to do the full formatting of the string which causes the subprocess to just hang in limbo -_-. To avoid this annoyance the shlex module had to make a return.

Is it a substantial burden for the maintainers to support this?

It's worrying me quite a bit but this is at least maintainable but something uvloop after merging winloop will definately need to optimize in the future.

Related issue number

fixes #153

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

@Vizonex Vizonex merged commit 3506e6b into main Jul 11, 2026
39 checks passed
@Vizonex Vizonex deleted the 153-create_subprocess_shell-on-windows-corrupts-embedded-quotes branch July 11, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create_subprocess_shell on Windows corrupts embedded quotes

1 participant