Staging
v0.8.1
https://github.com/python/cpython
Revision 18f1226884e27d0cb89e7a2cc3d60a44df5da740 authored by Miss Islington (bot) on 06 June 2020, 04:41:12 UTC, committed by GitHub on 06 June 2020, 04:41:12 UTC
(cherry picked from commit ba6fd87e41dceb01dcdacc57c722aca12cde42a9)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
1 parent d5e7348
Raw File
Tip revision: 18f1226884e27d0cb89e7a2cc3d60a44df5da740 authored by Miss Islington (bot) on 06 June 2020, 04:41:12 UTC
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Tip revision: 18f1226
_asyncio.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{2422278e-eeeb-4241-8182-433e2bc5a7fc}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_asynciomodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top