New submission from Tom Kacvinsky <tkacv...@gmail.com>:

Even though bpo#40740 has been closed, I wanted to re-raise the issue as this 
affects me.  There are only two functions that come from this missing DLL:

PathCchCombineEx
PathCchCanonicalizeEx

Would there be a way of rewriting join/canonicalize in getpathp.c (each of 
which uses one of the above functions) to _not_ rely on functions from a 
missing DLL on Windows 7 SP1?  Or has the ship truly sailed on this matter?

----------
components: C API
messages: 389727
nosy: tkacvinsky
priority: normal
severity: normal
status: open
title: api-ms-win-core-path-l1-1.0.dll, redux of 40740 (which has since been 
closed)
versions: Python 3.9

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

Reply via email to