Staging
v0.5.1
https://github.com/python/cpython
Revision 42fc0eb82712b1aa2890e5ee1c22be0bb7ddd83a authored by Larry Hastings on 02 March 2015, 16:44:51 UTC, committed by Larry Hastings on 02 March 2015, 16:44:51 UTC
1 parent 83d8fc2
Raw File
Tip revision: 42fc0eb82712b1aa2890e5ee1c22be0bb7ddd83a authored by Larry Hastings on 02 March 2015, 16:44:51 UTC
Issue #21293: Remove unnecessary "capsule hack".
Tip revision: 42fc0eb
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top