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
_msi.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>{bdef7710-e433-4ac0-84e0-14f34454bd3e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_msi.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top