This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tkacvinsky
Recipients tkacvinsky
Date 2021-03-29.19:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617044884.9.0.569070921495.issue43661@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-03-29 19:08:04tkacvinskysetrecipients: + tkacvinsky
2021-03-29 19:08:04tkacvinskysetmessageid: <1617044884.9.0.569070921495.issue43661@roundup.psfhosted.org>
2021-03-29 19:08:04tkacvinskylinkissue43661 messages
2021-03-29 19:08:04tkacvinskycreate