Staging
v0.5.1
https://github.com/python/cpython
Revision 3673670b675d8a686686a449a0a9a551f53dfee7 authored by Benjamin Peterson on 27 February 2014, 18:49:34 UTC, committed by Benjamin Peterson on 27 February 2014, 18:49:34 UTC
1 parent 517b747
Raw File
Tip revision: 3673670b675d8a686686a449a0a9a551f53dfee7 authored by Benjamin Peterson on 27 February 2014, 18:49:34 UTC
fix importlib test failure when bytecode writing is disabled (closes #20796)
Tip revision: 3673670
_testbuffer.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>{8d232240-921a-4bc2-87c3-93ffd3462f0a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_testbuffer.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top