Staging
v0.5.1
https://github.com/python/cpython
Revision 43a0ae920bb8962d20148cfbdf37a60c1ad45f5b authored by Anthony Sottile on 13 July 2019, 22:12:45 UTC, committed by larryhastings on 13 July 2019, 22:12:44 UTC
1 parent 221178a
Raw File
Tip revision: 43a0ae920bb8962d20148cfbdf37a60c1ad45f5b authored by Anthony Sottile on 13 July 2019, 22:12:45 UTC
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use C89 for loops in backported pickle patch (#12622)
Tip revision: 43a0ae9
_lzma.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>{53e68eda-39fc-4336-a658-dc5f5d598760}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_lzmamodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top