Staging
v0.8.1
https://github.com/python/cpython
Revision 1244c816d7cdfa8a26d1671cab67122a8c5271a7 authored by pxinwr on 30 November 2020, 21:48:33 UTC, committed by GitHub on 30 November 2020, 21:48:33 UTC
1 parent 5c73afc
Raw File
Tip revision: 1244c816d7cdfa8a26d1671cab67122a8c5271a7 authored by pxinwr on 30 November 2020, 21:48:33 UTC
bpo-31904: Support signal module on VxWorks (GH-23391)
Tip revision: 1244c81
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