Staging
v0.5.1
https://github.com/python/cpython
Revision f32bcf8c27f3681407707bbb029323eb340d3c4b authored by Benjamin Peterson on 07 November 2019, 15:06:28 UTC, committed by GitHub on 07 November 2019, 15:06:28 UTC
1 parent 089e5f5
Raw File
Tip revision: f32bcf8c27f3681407707bbb029323eb340d3c4b authored by Benjamin Peterson on 07 November 2019, 15:06:28 UTC
[2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)
Tip revision: f32bcf8
_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