Staging
v0.5.1
https://github.com/python/cpython
Revision a169961dfc777eb467a2b1027391285a7706329a authored by Miss Islington (bot) on 01 June 2020, 15:53:27 UTC, committed by GitHub on 01 June 2020, 15:53:27 UTC
(cherry picked from commit c8966667bbdb284c3780ef6cec8a3870935a6bb7)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 24a88b0
Raw File
Tip revision: a169961dfc777eb467a2b1027391285a7706329a authored by Miss Islington (bot) on 01 June 2020, 15:53:27 UTC
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Tip revision: a169961
_testinternalcapi.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>{136fc5eb-7fe4-4486-8c6d-b49f37a00199}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testinternalcapi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top