Staging
v0.5.1
https://github.com/python/cpython
Revision 7db3c488335168993689ddae5914a28e16188447 authored by Serhiy Storchaka on 25 October 2016, 06:30:43 UTC, committed by Serhiy Storchaka on 25 October 2016, 06:30:43 UTC
1 parent 802883a
Raw File
Tip revision: 7db3c488335168993689ddae5914a28e16188447 authored by Serhiy Storchaka on 25 October 2016, 06:30:43 UTC
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Tip revision: 7db3c48
_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