Staging
v0.5.1
https://github.com/python/cpython
Revision 744135d7bb87d16f15d2d43e371ce90de4a9fc7b authored by Serhiy Storchaka on 23 January 2014, 14:22:55 UTC, committed by Serhiy Storchaka on 23 January 2014, 14:22:55 UTC
These files have shebangs and executable bits in the libffi distribution.
1 parent 4b73016
Raw File
Tip revision: 744135d7bb87d16f15d2d43e371ce90de4a9fc7b authored by Serhiy Storchaka on 23 January 2014, 14:22:55 UTC
Issue #19936: Restored executable bits for several libffi files.
Tip revision: 744135d
_ssl.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>{695348f7-e9f6-4fe1-bc03-5f08ffc8095b}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\_ssl.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top