bpo-40334: Improve various PEG-Parser related stuff by lysnikolaou · Pull Request #19669 · python/cpython
Conversation
These are all related to @vstinner's review of the PEP 617 PR.
The most important changes include moving pegen_interface.h
into Include/internal and refactoring some code in
Parser/pegen/pegen.c.
These are all related to @vstinner's review of the PEP 617 PR. The most important changes include moving `pegen_interface.h` into `Include/internal` and refactoring some code in `Parser/pegen/pegen.c`.
Oh, this PR partially conflicts with my PR #19670. Would you mind to review it?
Oh, this PR partially conflicts with my PR #19670. Would you mind to review it?
Of course. Let me just first remove the conflicts from this one.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters