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
_testbuffer.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top