Staging
v0.5.1
https://github.com/python/cpython
Revision 889a1ef6833d47cc732c291852602b5fc8d5fde7 authored by Miss Islington (bot) on 04 June 2018, 17:30:34 UTC, committed by GitHub on 04 June 2018, 17:30:34 UTC
(cherry picked from commit f7745e1dcb8e8473cc86112a0213b3f244a07230)

Co-authored-by: Tobias Kunze <r@rixx.de>
1 parent a7de148
Raw File
Tip revision: 889a1ef6833d47cc732c291852602b5fc8d5fde7 authored by Miss Islington (bot) on 04 June 2018, 17:30:34 UTC
bpo-27902: Add compatibility note to Profile docs (GH-7295)
Tip revision: 889a1ef
_testcapi.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>{a76a90d8-8e8b-4c36-8f58-8bd46abe9f5e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testcapimodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top