Fix .hgtouch to list the dependencies for auto-generated AST code correctly.
Issue #19016
This commit is contained in:
parent
c3034b14ff
commit
55798896a4
4
.hgtouch
4
.hgtouch
|
@ -4,8 +4,8 @@
|
|||
|
||||
Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c
|
||||
|
||||
Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
|
||||
Python/Python-ast.c: Include/ast.h
|
||||
Include/Python-ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
|
||||
Python/Python-ast.c: Include/Python-ast.h
|
||||
|
||||
Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue