Staging
v0.8.1
https://github.com/python/cpython
Revision bef703107d9e5d48e6609f2f037abe0b56081afc authored by Miss Islington (bot) on 18 May 2018, 13:48:36 UTC, committed by GitHub on 18 May 2018, 13:48:36 UTC
(cherry picked from commit bde3e0bf096219234321ca9898fc3d3aed598453)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b2a02b9
Raw File
Tip revision: bef703107d9e5d48e6609f2f037abe0b56081afc authored by Miss Islington (bot) on 18 May 2018, 13:48:36 UTC
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
Tip revision: bef7031
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