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
select.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>{98346077-900c-4c7a-852f-a23470e37b40}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\Modules\selectmodule.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top