Message346999
> 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. |
|
Date |
User |
Action |
Args |
2019-07-01 11:03:29 | vstinner | set | recipients:
+ vstinner, loewis, amaury.forgeotdarc, techtonik, tarek, eric.araujo, Arfrever, jelmer, runtux, hroncok, Jelmer Vernooij |
2019-07-01 11:03:29 | vstinner | set | messageid: <1561979009.33.0.943685145084.issue10945@roundup.psfhosted.org> |
2019-07-01 11:03:29 | vstinner | link | issue10945 messages |
2019-07-01 11:03:29 | vstinner | create | |
|