| commit | 8c7c697e49336ef764462494a02250023716e82e | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 04 10:07:16 2012 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Tue Dec 04 10:07:16 2012 +0100 |
| tree | ccc3f96f0019d994b4ba16ce283cad22b1e1de68 | |
| parent | 74635c91776e4758598d635376dd57e406d3235c [diff] |
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised. This is necessary for ZFS systems, which don't support UF_IMMUTABLE. -- Kubilay Kocak (koobs) asked me on IRC to backport this fix to Python 2.7: done!