Staging
v0.8.1
https://github.com/python/cpython
Revision 1bf7dee8d35cb19db7ee98229dd2e5726e6c7606 authored by Miss Islington (bot) on 10 April 2020, 20:00:15 UTC, committed by GitHub on 10 April 2020, 20:00:15 UTC
(cherry picked from commit c63629e7c09da80a6b7d0253d04a9b3f57f88eff)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent 10dabbf
Raw File
Tip revision: 1bf7dee8d35cb19db7ee98229dd2e5726e6c7606 authored by Miss Islington (bot) on 10 April 2020, 20:00:15 UTC
bpo-40197: Better describe the benchmark results table (GH-19386)
Tip revision: 1bf7dee
_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