-
-
Notifications
You must be signed in to change notification settings - Fork 956
Bring compiler docs up to speed with Python 3.10 #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Reviews are welcome and very appreciated -- I'm no expert in the parser. |
lysnikolaou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this @Fidget-Spinner! I left some minor comments.
| asdl_c.py | ||
| "Generate C code from an ASDL description." Generates | ||
| :file:`Python/Python-ast.c` and :file:`Include/Python-ast.h`. | ||
| :file:`Python/Python-ast.c` and :file:`Include/Internal/pycore_ast.h`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like these descriptions but the header files get refactored quite a lot (specially the ast ones) so I am a bit scared that this gets out of date, but is still an improvement so I say: let's merge it.
|
Fantastic job @Fidget-Spinner 🎉 |
|
Pablo and Lysandros, thank you both for the helpful reviews! This PR has improved greatly thanks to your feedback and I've also learnt a lot. Re:
Yup I agree. |
Fixes #678.
build.bat.