Staging
v0.5.1
https://github.com/python/cpython
Revision ff2a5c0204bd08cde2f2c10605e1f9b442b5a7d6 authored by Miss Islington (bot) on 12 September 2019, 08:19:33 UTC, committed by Stéphane Wirtel on 12 September 2019, 08:19:33 UTC
* Edits for readability and grammar
(cherry picked from commit 362f5350eb5e2c7bfb0b0a8c306a2e128c3aee93)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
1 parent b7a310d
Raw File
Tip revision: ff2a5c0204bd08cde2f2c10605e1f9b442b5a7d6 authored by Miss Islington (bot) on 12 September 2019, 08:19:33 UTC
Doc: Update pickle.rst (GH-14128) (GH-16015)
Tip revision: ff2a5c0
_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