https://bugs.winehq.org/show_bug.cgi?id=42474
--- Comment #20 from Gijs Vermeulen acescopezz@gmail.com --- (In reply to Sebastian Ernst from comment #18)
I just did.
In the meantime, there are two lines of code which could trigger this exact fatal error (the messages are ironically identical): https://github.com/python/cpython/blob/3.6/PC/getpathp.c#L237 https://github.com/python/cpython/blob/3.6/PC/getpathp.c#L240
If it is the latter, you might be looking at a bug in your implementation of PathCombineW (?). I do not have a tool chain up and running for re-compiling Python for Windows with a bit more verbosity at this very spot ... Maybe this would help.
This "bug" is being tracked here btw bug 33317 . So I guess this bug and that bug can be merged and the lack of PathCchCombineEx implementation can be added to the title?
(In reply to Nikolay Sivov from comment #19)
Right, from their code, as soon as export is available it will be used, there's no Windows version thing, which is a good thing. Stub won't help here obviously, this needs real implementation in kernelbase.dll.
Thanks for the explanation. Do you agree to merge this with bug 33317 ?