Staging
v0.5.1
https://github.com/python/cpython
Revision 75959cf2470e912fc4849bcc438d9ef44d4d64c9 authored by Trent Nelson on 21 August 2012, 23:59:31 UTC, committed by Trent Nelson on 21 August 2012, 23:59:31 UTC
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.

(Note: this commit is a manual merge of 78699:019a2390b014 as both
_test_chflags_regular_file and test_lchflags_symlink differ between
3.2 and default.)
1 parent dda5edc
Raw File
Tip revision: 75959cf2470e912fc4849bcc438d9ef44d4d64c9 authored by Trent Nelson on 21 August 2012, 23:59:31 UTC
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
Tip revision: 75959cf
python.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{2d690795-de83-4a33-8235-3c5dafe45efa}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{8b010a19-5b29-45f1-a8a0-f672e2bbb11a}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\pycon.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\python_exe.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\python.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top