Staging
v0.8.1
https://github.com/python/cpython
Revision d2b4c19d53f5f021fb1c7c32d48033a92ac4fe49 authored by Guido van Rossum on 01 February 2019, 23:28:13 UTC, committed by GitHub on 01 February 2019, 23:28:13 UTC
* Fix leak for # type: ignore
* Fix the type comment leak
1 parent ac19081
Raw File
Tip revision: d2b4c19d53f5f021fb1c7c32d48033a92ac4fe49 authored by Guido van Rossum on 01 February 2019, 23:28:13 UTC
bpo-35879: Fix type comment leaks (GH-11728)
Tip revision: d2b4c19
_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