Staging
v0.8.1
https://github.com/python/cpython
Revision a04c7ebcb97fefe9b2fea0c805112afd927ac66b authored by Miss Islington (bot) on 13 October 2019, 15:53:54 UTC, committed by GitHub on 13 October 2019, 15:53:54 UTC
(cherry picked from commit e3babbd03cd2bcb3c85deabae3bc6976aa95a3c3)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent 6da52ac
Raw File
Tip revision: a04c7ebcb97fefe9b2fea0c805112afd927ac66b authored by Miss Islington (bot) on 13 October 2019, 15:53:54 UTC
Correct signature of __build_class__ (GH-16735)
Tip revision: a04c7eb
python.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>{2d690795-de83-4a33-8235-3c5dafe45efa}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8b010a19-5b29-45f1-a8a0-f672e2bbb11a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\pycon.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_exe.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Programs\python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top