Mention how Python/Python-ast.c must be committed separately after every change
to the grammar as its __version__ value is set to the AST grammar's revision number.
This commit is contained in:
parent
343ecf5216
commit
6f2bca9fb2
|
@ -443,7 +443,9 @@ Important Files
|
|||
Creates C structs corresponding to the ASDL types. Also
|
||||
contains code for marshaling AST nodes (core ASDL types have
|
||||
marshaling code in asdl.c). "File automatically generated by
|
||||
Parser/asdl_c.py".
|
||||
Parser/asdl_c.py". This file must be committed separately
|
||||
after every grammar change is committed since the __version__
|
||||
value is set to the latest grammar change revision number.
|
||||
|
||||
- asdl.c
|
||||
Contains code to handle the ASDL sequence type. Also has code
|
||||
|
|
Loading…
Reference in New Issue