Staging
v0.5.1
https://github.com/python/cpython
Revision 7475aa2c590e33a47f5e79e4079bca0645e93f2f authored by Miss Islington (bot) on 27 August 2020, 00:47:10 UTC, committed by GitHub on 27 August 2020, 00:47:10 UTC
(cherry picked from commit 94ad6c674f7687ef22853cb8d42b440d6b42ddc8)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent 57b6988
Raw File
Tip revision: 7475aa2c590e33a47f5e79e4079bca0645e93f2f authored by Miss Islington (bot) on 27 August 2020, 00:47:10 UTC
bpo-33660: Fix PosixPath to resolve a relative path on root (GH-21975)
Tip revision: 7475aa2
_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