Staging
v0.5.1
https://github.com/python/cpython
Revision b9d2e97601847a1845bf96e2895a6214f02b92a6 authored by Pablo Galindo on 13 February 2019, 00:45:53 UTC, committed by GitHub on 13 February 2019, 00:45:53 UTC
1 parent 3dc67d0
Raw File
Tip revision: b9d2e97601847a1845bf96e2895a6214f02b92a6 authored by Pablo Galindo on 13 February 2019, 00:45:53 UTC
Fix potential memory leak in parsetok.c (GH-11832)
Tip revision: b9d2e97
_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