Staging
v0.5.1
https://github.com/python/cpython
Revision 26e228a56eba536ee4cdbfb6d8aeaebcc0a9a948 authored by Ned Deily on 17 June 2020, 07:33:05 UTC, committed by Ned Deily on 17 June 2020, 07:33:05 UTC
1 parent 966036a
Raw File
Tip revision: 26e228a56eba536ee4cdbfb6d8aeaebcc0a9a948 authored by Ned Deily on 17 June 2020, 07:33:05 UTC
Update macOS Python Launcher defaults to python3.
Tip revision: 26e228a
_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