Staging
v0.8.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
.hgtouch
# -*- Makefile -*-
# Define dependencies of generated files that are checked into hg.
# The syntax of this file uses make rule dependencies, without actions

Python/importlib.h: Lib/importlib/_bootstrap.py Python/freeze_importlib.py

Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
Python/Python-ast.c: Include/ast.h

Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py

Objects/typeslots.inc: Include/typeslots.h Objects/typeslots.py
back to top