[New-bugs-announce] [issue43661] api-ms-win-core-path-l1-1.0.dll, redux of 40740 (which has since been closed)

Tom Kacvinsky report at bugs.python.org
Mon Mar 29 15:08:04 EDT 2021


New submission from Tom Kacvinsky <tkacvins at 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 <report at bugs.python.org>
<https://bugs.python.org/issue43661>
_______________________________________


More information about the New-bugs-announce mailing list