Staging
v0.5.1
https://github.com/python/cpython
Revision bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC, committed by GitHub on 25 February 2017, 00:40:50 UTC
(cherry picked from commit abb3b8ad94d699c8560d94ee9bac9c917b382abe)
(cherry picked from commit 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac)
1 parent f28db60
Raw File
Tip revision: bea9d2f6488f01794098d9fd4710b98df1bd9472 authored by Mariatta on 25 February 2017, 00:40:50 UTC
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268)
Tip revision: bea9d2f
_socket.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Header Files">
      <UniqueIdentifier>{1452207f-707c-4e84-b532-307193a0fd85}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{1edfe0d0-7b9d-4dc8-a335-b21fef7cc77a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\Modules\socketmodule.h">
      <Filter>Header Files</Filter>
    </ClInclude>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\socketmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top