Staging
v0.8.1
https://github.com/python/cpython
Revision a3c2c5f15ba5b4ad6fb86b3320d0464f1c502fd2 authored by Miss Islington (bot) on 20 February 2020, 18:37:23 UTC, committed by GitHub on 20 February 2020, 18:37:23 UTC
(cherry picked from commit 1246d892038a693304549f8574e6c2784b91589a)

Co-authored-by: Stefan Krah <skrah@bytereef.org>

Co-authored-by: Stefan Krah <skrah@bytereef.org>
1 parent 2574910
Raw File
Tip revision: a3c2c5f15ba5b4ad6fb86b3320d0464f1c502fd2 authored by Miss Islington (bot) on 20 February 2020, 18:37:23 UTC
Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575)
Tip revision: a3c2c5f
_testimportmultiple.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>{1ec38ad9-1abf-4b80-8628-ac43ccba324b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testimportmultiple.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top