]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 13 May 2025 08:55:24 +0000 (11:55 +0300)
committerGitHub <noreply@github.com>
Tue, 13 May 2025 08:55:24 +0000 (11:55 +0300)
commitc09cec5d69f2ef6ab5e64c7e0579fbd9dcb2ca45
tree0cc5a8f3725d4c63775044bf135621596a4a580e
parent8cf4947b0f2d37f7ffeca136ac4f99cb4cb70e5c
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)

It now supports non-ASCII paths in non-UTF-8 locales and
non-UTF-8 paths in UTF-8 locales.
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-11-13-40-42.gh-issue-133886.ryBAyo.rst [new file with mode: 0644]
Python/ceval_gil.c
Python/sysmodule.c