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 clanmills
Recipients clanmills, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-28.09:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590659182.08.0.861288349289.issue40803@roundup.psfhosted.org>
In-reply-to
Content
I've downloaded python38.zip(and python32.zip).  It doesn't run because it's using an API `PathCchCanonicalizeEx()` that's not provided in wine.

```
Z:\home\rmills\temp\python-3>wine: Call from 0x7b43cfbc to unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx, aborting
wine: Unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx called at address 0x7bc50023:0x7b43cfbc (thread 0034), starting debugger...
Unhandled exception: unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCanonicalizeEx called in 32-bit code (0x7b43cfbc).
```
History
Date User Action Args
2020-05-28 09:46:22clanmillssetrecipients: + clanmills, paul.moore, tim.golden, zach.ware, steve.dower
2020-05-28 09:46:22clanmillssetmessageid: <1590659182.08.0.861288349289.issue40803@roundup.psfhosted.org>
2020-05-28 09:46:22clanmillslinkissue40803 messages
2020-05-28 09:46:21clanmillscreate