Staging
v0.5.1
https://github.com/python/cpython
Revision 8075868f19967f291f123f17962a453b38dec8d2 authored by Miss Islington (bot) on 30 April 2018, 20:36:49 UTC, committed by Victor Stinner on 30 April 2018, 20:36:49 UTC
(cherry picked from commit c3b7a6dfb9c7e69093c9fe78ab587e14743e5152)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 2e5fa38
Raw File
Tip revision: 8075868f19967f291f123f17962a453b38dec8d2 authored by Miss Islington (bot) on 30 April 2018, 20:36:49 UTC
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656)
Tip revision: 8075868
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top