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 xinfazhu
Recipients Kevin Schlossser, Yurii Leonov, dstufft, eric.araujo, p-ganssle, paul.moore, scoder, steve.dower, tim.golden, xinfazhu, zach.ware
Date 2020-03-01.19:20:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583090455.57.0.0429522256368.issue38597@roundup.psfhosted.org>
In-reply-to
Content
Steve, don't know if you still need it but here is what you requested. Sorry for the slow move (I was working on something else). Seems mine is finding the x64 before the OneCore, though I don't know the significance.

Python 3.7.1 (default, Dec 10 2018, 22:54:23) [MSC v.1915 64 bit (AMD64)] on win32
In[2]: import glob
In[3]: glob.glob(r"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\redist\MSVC\**\x64\Microsoft.VC14*.CRT\vcruntime140.dll", recursive=True)
Out[3]: 
['C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\redist\\MSVC\\14.24.28127\\x64\\Microsoft.VC142.CRT\\vcruntime140.dll',
 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\redist\\MSVC\\14.24.28127\\onecore\\x64\\Microsoft.VC142.CRT\\vcruntime140.dll']
History
Date User Action Args
2020-03-01 19:20:55xinfazhusetrecipients: + xinfazhu, paul.moore, scoder, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, p-ganssle, Kevin Schlossser, Yurii Leonov
2020-03-01 19:20:55xinfazhusetmessageid: <1583090455.57.0.0429522256368.issue38597@roundup.psfhosted.org>
2020-03-01 19:20:55xinfazhulinkissue38597 messages
2020-03-01 19:20:55xinfazhucreate