Staging
v0.5.1
https://github.com/python/cpython
Revision 322309efe658122cac340adf4995ce40fa0c2e74 authored by Miss Islington (bot) on 16 September 2019, 06:26:57 UTC, committed by GitHub on 16 September 2019, 06:26:57 UTC


(cherry picked from commit 56a45142e70a1ccf3233d43cb60c47255252e89a)


Co-authored-by: Hai Shi <shihai1992@gmail.com>

https://bugs.python.org/issue38168



Automerge-Triggered-By: @zhangyangyu
1 parent 346b7c9
Raw File
Tip revision: 322309efe658122cac340adf4995ce40fa0c2e74 authored by Miss Islington (bot) on 16 September 2019, 06:26:57 UTC
[3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174)
Tip revision: 322309e
xxlimited.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>{eb5eebc7-3787-4f8f-b282-204db2962cc3}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\xxlimited.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top