Staging
v0.8.1
https://github.com/python/cpython
Revision bc4bdbd6a8a103afbf6525f7ee13802147001894 authored by Benjamin Peterson on 06 October 2016, 06:26:24 UTC, committed by Benjamin Peterson on 06 October 2016, 06:26:24 UTC
1 parent 46550ff
Raw File
Tip revision: bc4bdbd6a8a103afbf6525f7ee13802147001894 authored by Benjamin Peterson on 06 October 2016, 06:26:24 UTC
make 'where' Py_ssize_t
Tip revision: bc4bdbd
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top