Staging
v0.5.1
https://github.com/python/cpython
Revision 42198571c586e0dc56836b79329f94952b1975bb authored by Miss Islington (bot) on 12 June 2018, 00:58:06 UTC, committed by Ned Deily on 12 June 2018, 00:58:06 UTC
(cherry picked from commit 4531ec74c4a9c8e15ee2bdec11b12796ce000f6f)

Co-authored-by: Ned Deily <nad@python.org>
1 parent a5db479
Raw File
Tip revision: 42198571c586e0dc56836b79329f94952b1975bb authored by Miss Islington (bot) on 12 June 2018, 00:58:06 UTC
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651)
Tip revision: 4219857
_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