[issue1759845] subprocess.call fails with unicode strings in command line

Hirokazu Yamamoto report at bugs.python.org
Sun Mar 2 08:58:18 CET 2008


Hirokazu Yamamoto added the comment:

I tried to fix this problem using CreateProcessW.
(environment variables are still ANSI)

I don't know Python C API well, maybe I'm doing
something wrong. (I confirmed test_subprocess.py
passes)

----------
keywords: +patch
nosy: +ocean-city
Added file: http://bugs.python.org/file9580/CreateProcessW.patch

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1759845>
_____________________________________


More information about the Python-bugs-list mailing list