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
_tkinter.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>{b9ce64dd-cb95-472d-bbe8-5583b2cd375b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_tkinter.c">
      <Filter>Source Files</Filter>
    </ClCompile>
    <ClCompile Include="..\Modules\tkappinit.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top