Robin <ro...@clanmills.com> added the comment:

Thanks for such a rapid response.  Much appreciated.

I think it's a bug in wine, so I've also reported it to them.  And you both 
know that you both have it on your radar!

I believe the Win32/API PathCchCanonicalizeEx() is quite new, and that's why 
it's not in wine-core-magic.  However, python could consider reverting to your 
earlier code.  And another possibility is to test that PathCchCanonicalizeEx != 
NULL before calling it.  If it is NULL, then use the "old" code.

https://docs.microsoft.com/en-us/windows/win32/api/pathcch/nf-pathcch-pathcchcanonicalizeex

Let's see what the wine men (and ladies) say!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40803>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to