Staging
v0.5.1
https://github.com/python/cpython
Revision 14d289be60a2ad4cb65990a63ed2e75e9a8cb3ec authored by Miss Islington (bot) on 26 May 2018, 08:33:23 UTC, committed by GitHub on 26 May 2018, 08:33:23 UTC
(cherry picked from commit 19de8b3dd742fb53681478ad4fff57ed7c37a953)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent af1d007
Raw File
Tip revision: 14d289be60a2ad4cb65990a63ed2e75e9a8cb3ec authored by Miss Islington (bot) on 26 May 2018, 08:33:23 UTC
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Tip revision: 14d289b
_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