Staging
v0.5.1
https://github.com/python/cpython
Revision b03623227ed1264e3cac4e6bb4878d96b91aa484 authored by Miss Islington (bot) on 07 September 2017, 18:35:03 UTC, committed by Benjamin Peterson on 07 September 2017, 18:35:03 UTC
(cherry picked from commit a853a8ba7850381d49b284295dd6f0dc491dbe44)
1 parent b0d0217
Raw File
Tip revision: b03623227ed1264e3cac4e6bb4878d96b91aa484 authored by Miss Islington (bot) on 07 September 2017, 18:35:03 UTC
[3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
Tip revision: b036232
_overlapped.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>{6f67c8db-7de7-4714-a967-2b0d4bc71f2e}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\overlapped.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top