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
pythonw.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{0434cf11-a311-4a92-8a6c-4164aa79a7f2}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e1d8ea6b-c65d-42f4-9eed-6010846ed378}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_exe.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\WinMain.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top