[issue5076] bdist_wininst fails on py3k

Martin v. Löwis report at bugs.python.org
Wed Jan 28 21:08:28 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

This patch is fine, please apply.

I wish it wouldn't be necessary to widen char*, but start off with
wchar_t from the beginning. AFAICT, this would work fine for argv[1]
(there are only two arguments, anyway), but might get complicated for
argv[0].

----------
keywords:  -needs review
resolution:  -> accepted

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5076>
_______________________________________


More information about the Python-bugs-list mailing list