Staging
v0.8.1
https://github.com/python/cpython
Revision e8b1ba1699d429b1e80ea7d31032628d09c3e43e authored by Christian Heimes on 23 November 2013, 20:13:39 UTC, committed by Christian Heimes on 23 November 2013, 20:13:39 UTC
CID 1131946:  Unchecked return value  (CHECKED_RETURN)
1 parent 6188d09
Raw File
Tip revision: e8b1ba1699d429b1e80ea7d31032628d09c3e43e authored by Christian Heimes on 23 November 2013, 20:13:39 UTC
Issue #17810: Add two missing error checks to save_global
Tip revision: e8b1ba1
x64.props
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="UserMacros" Condition="'$(HOST_PYTHON)'!=''">
    <PythonExe>$(HOST_PYTHON)</PythonExe>
  </PropertyGroup>
  <ItemDefinitionGroup>
    <ClCompile>
      <BufferSecurityCheck>false</BufferSecurityCheck>
      <PreprocessorDefinitions>_WIN64;_M_X64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    </ClCompile>
    <Link>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <BuildMacro Include="PythonExe">
      <Value>$(PythonExe)</Value>
    </BuildMacro>
  </ItemGroup>
</Project>
back to top