Staging
v0.5.1
https://github.com/python/cpython
Revision c91bf742e542dceaf71042a44b5a04fb08bdda70 authored by Miss Islington (bot) on 30 November 2017, 21:30:39 UTC, committed by Serhiy Storchaka on 30 November 2017, 21:30:39 UTC
with the persistent_id() and persistent_load() methods.
(cherry picked from commit 986375ebde0dd5ff2b7349e445a06bd28a3a8ee2)
1 parent 92a2c07
Raw File
Tip revision: c91bf742e542dceaf71042a44b5a04fb08bdda70 authored by Miss Islington (bot) on 30 November 2017, 21:30:39 UTC
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653)
Tip revision: c91bf74
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top