]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)
authorVictor Stinner <vstinner@python.org>
Wed, 10 Jun 2020 17:33:11 +0000 (19:33 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 17:33:11 +0000 (19:33 +0200)
commit8eb4aea26297daf105108c4866d4c692bd8b81f9
treec77362cb36d66e17b76d08bef69e8552744fa1af
parentf6e58aefde2e57e4cb11ea7743955da53a3f1e80
_PyPreConfig_Read() decodes argv at each iteration (GH-20786)

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