Staging
v0.5.1
https://github.com/python/cpython
Revision 3b6a8d2455c6897085f4277737b0f9b9a3847c24 authored by Miss Islington (bot) on 15 July 2020, 22:15:37 UTC, committed by GitHub on 15 July 2020, 22:15:37 UTC
(cherry picked from commit 936a66094591dc0e67d4a60c170148bb700ec016)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 16eea45
Raw File
Tip revision: 3b6a8d2455c6897085f4277737b0f9b9a3847c24 authored by Miss Islington (bot) on 15 July 2020, 22:15:37 UTC
bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495)
Tip revision: 3b6a8d2
_hashlib.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{cc45963d-bd25-4eb8-bdba-a5507090bca4}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_hashopenssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top