Staging
v0.5.1
https://github.com/python/cpython
Revision 31af1cce9d799475ba8c3dec3e239b4a75ce268f authored by Miss Islington (bot) on 18 September 2019, 04:06:53 UTC, committed by Raymond Hettinger on 18 September 2019, 04:06:53 UTC
(cherry picked from commit 272d0d017aef585acf84bb0af99a90a2a8582b2c)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
1 parent 54ba5f1
Raw File
Tip revision: 31af1cce9d799475ba8c3dec3e239b4a75ce268f authored by Miss Islington (bot) on 18 September 2019, 04:06:53 UTC
bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)
Tip revision: 31af1cc
_bz2.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>{f53a859d-dad2-4d5b-ae41-f28d8b571f5a}</UniqueIdentifier>
    </Filter>
    <Filter Include="bzip2 1.0.6 Header Files">
      <UniqueIdentifier>{7e0bed05-ae33-43b7-8797-656455bbb7f3}</UniqueIdentifier>
    </Filter>
    <Filter Include="bzip2 1.0.6 Source Files">
      <UniqueIdentifier>{ed574b89-6983-4cdf-9f98-fe7048d9e89c}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_bz2module.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\blocksort.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\bzlib.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\compress.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\crctable.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\decompress.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\huffman.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
    <ClCompile Include="$(bz2Dir)\randtable.c">
      <Filter>bzip2 1.0.6 Source Files</Filter>
    </ClCompile>
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="$(bz2Dir)\bzlib.h">
      <Filter>bzip2 1.0.6 Header Files</Filter>
    </ClInclude>
    <ClInclude Include="$(bz2Dir)\bzlib_private.h">
      <Filter>bzip2 1.0.6 Header Files</Filter>
    </ClInclude>
  </ItemGroup>
</Project>
back to top