Staging
v0.5.1
https://github.com/python/cpython
Revision 9bb8cebdce99db7e7a94f15141a8e0514b51aa72 authored by Miss Islington (bot) on 10 April 2018, 06:00:57 UTC, committed by GitHub on 10 April 2018, 06:00:57 UTC
(cherry picked from commit f178028f37c9dafb72608b719eb03e5a70af4ff5)

Co-authored-by: Devon R <Gorialis@users.noreply.github.com>
1 parent 71a3837
Raw File
Tip revision: 9bb8cebdce99db7e7a94f15141a8e0514b51aa72 authored by Miss Islington (bot) on 10 April 2018, 06:00:57 UTC
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)
Tip revision: 9bb8ceb
_distutils_findvs.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_nt.rc" />
  </ItemGroup>
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{c56a5dd3-7838-48e9-a781-855d8be7370f}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\_findvs.cpp">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top