[issue30186] Python interpreter calling "PathCchCombineEx" on startup, Windows 8 and above only

Eryk Sun report at bugs.python.org
Thu Apr 27 16:21:39 EDT 2017


Eryk Sun added the comment:

I didn't mean that there's support to fall back on PathCombineW if PathCchCombineEx returns E_NOTIMPL. I was just guessing at what the stub in Wine might be doing. I took a look at the source. It seems the Wine stub function for unimplemented functions is __wine_spec_unimplemented_stub in dlls/winecrt0/stub.c, which calls RaiseException. 

I think this issue should be closed as 3rd party since I don't see anything wrong with Steve's code, but I'll leave it open for Steve to make that decision.

----------

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


More information about the Python-bugs-list mailing list