[issue10945] bdist_wininst depends on MBCS codec, unavailable on non-Windows
STINNER Victor
report at bugs.python.org
Mon Jul 1 07:03:29 EDT 2019
STINNER Victor <vstinner at redhat.com> added the comment:
> I've opened a PR thet removes the support for bdist_wininst on non-Windows. Apparently, it was broken since the beginning of Py3k anyway. The support can be reintroduced once it is actually fixed (or never).
It would be better to use the Unicode (wide character) flavor of the Windows API to avoid completely any explicitly encoding, and only pass Unicode strings. But This issue is open for 8 years and it seems like nobody cares enough to invest time to implement such change.
So I'm fine with trivial PR 14506. It doesn't change the status quo: bdist_win was always broken on non-Windows platforms since Python 3.0, but the PR makes the status quo more obvious which is a good thing.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue10945>
_______________________________________
More information about the Python-bugs-list
mailing list