mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
This commit is contained in:
parent
d9e7c86d7e
commit
fd1c69e2a4
2 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
const char *cmdline;
|
||||
int sts;
|
||||
|
||||
cmdline = [[settings commandLineForScript: script] cString];
|
||||
cmdline = [[settings commandLineForScript: script] UTF8String];
|
||||
if ([settings with_terminal]) {
|
||||
sts = doscript(cmdline);
|
||||
} else {
|
||||
|
|
|
@ -188,6 +188,9 @@ Tools/Demos
|
|||
|
||||
- Issue #15239: Make mkstringprep.py work again on Python 3.
|
||||
|
||||
- Issue #12990: The "Python Launcher" on OSX could not launch python scripts
|
||||
that have paths that include wide characters.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue