Staging
v0.8.1
https://github.com/python/cpython
Revision f599f9ea3cdcf280cdf3a72272148895d8fcb3a4 authored by Miss Islington (bot) on 21 July 2020, 00:09:51 UTC, committed by GitHub on 21 July 2020, 00:09:51 UTC
(cherry picked from commit 84761c3cc4bac31d471e371c53a338686d4b0241)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 22d6d88
Raw File
Tip revision: f599f9ea3cdcf280cdf3a72272148895d8fcb3a4 authored by Miss Islington (bot) on 21 July 2020, 00:09:51 UTC
bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570)
Tip revision: f599f9e
_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