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

_PyPreConfig_Read() decodes argv at each iteration #20786

Merged
merged 1 commit into from
Jun 10, 2020
Merged

_PyPreConfig_Read() decodes argv at each iteration #20786

merged 1 commit into from
Jun 10, 2020

Conversation

vstinner
Copy link
Member

_PyPreConfig_Read() now calls _PyPreCmdline_SetArgv() at each
iteration, so bytes strings are decoded from the new encoding.

_PyPreConfig_Read() now calls _PyPreCmdline_SetArgv() at each
iteration, so bytes strings are decoded from the new encoding.
@vstinner vstinner merged commit 8eb4aea into python:master Jun 10, 2020
@vstinner vstinner deleted the init_argv branch June 10, 2020 17:33
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
_PyPreConfig_Read() now calls _PyPreCmdline_SetArgv() at each
iteration, so bytes strings are decoded from the new encoding.
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.

3 participants