Staging
v0.8.1
https://github.com/python/cpython
Revision 2e0ecde8d74f5fc0e3e3e39216975cc70efc4796 authored by Christian Heimes on 30 January 2018, 07:55:46 UTC, committed by GitHub on 30 January 2018, 07:55:46 UTC
Band-aid for macOS: Some platforms seem to ignore unknown protocols.

Signed-off-by: Christian Heimes <christian@python.org>
1 parent dd42cb7
Raw File
Tip revision: 2e0ecde8d74f5fc0e3e3e39216975cc70efc4796 authored by Christian Heimes on 30 January 2018, 07:55:46 UTC
bpo-28134: Ignore proto in unknown socket test (GH-5435)
Tip revision: 2e0ecde
_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