]> granicus.if.org Git - python/commit
Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Dec 2012 09:07:16 +0000 (10:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Dec 2012 09:07:16 +0000 (10:07 +0100)
commit8c7c697e49336ef764462494a02250023716e82e
treeccc3f96f0019d994b4ba16ce283cad22b1e1de68
parent74635c91776e4758598d635376dd57e406d3235c
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!
Lib/test/test_posix.py
Misc/NEWS