Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5579889

Browse files
committed
Fix .hgtouch to list the dependencies for auto-generated AST code correctly.
Issue #19016
1 parent c3034b1 commit 5579889

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.hgtouch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Python/importlib.h: Lib/importlib/_bootstrap.py Modules/_freeze_importlib.c
66

7-
Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
8-
Python/Python-ast.c: Include/ast.h
7+
Include/Python-ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
8+
Python/Python-ast.c: Include/Python-ast.h
99

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

0 commit comments

Comments
 (0)