This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients akira, ezio.melotti, loewis, peter0, terry.reedy, vstinner
Date 2014-03-22.21:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395522368.06.0.123139090548.issue19264@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is really that Terry had removed 2.7 from the list of affected versions, and added 3.4 instead. The original issue was reported against 2.7, where the observation that it uses CreateProcess is correct:

http://hg.python.org/cpython/file/babb9479b79f/PC/_subprocess.c#l463

The OP's observation that this restricts the supported executable names to be ascii is incorrect. Instead, any string in the CP_ACP ("ANSI") encoding of the system would work, which practically allows to access all directories on a typical installation.

I'd close this as "won't fix", except that I recall a recent discussion that lack of Unicode support in some API is considered a bug in 2.7.

So: patches welcome (not really - I wouldn't mind if this stays open until 2.7 is properly retired).
History
Date User Action Args
2014-03-22 21:06:08loewissetrecipients: + loewis, terry.reedy, vstinner, ezio.melotti, akira, peter0
2014-03-22 21:06:08loewissetmessageid: <1395522368.06.0.123139090548.issue19264@psf.upfronthosting.co.za>
2014-03-22 21:06:08loewislinkissue19264 messages
2014-03-22 21:06:07loewiscreate