◐ Shell
clean mode source ↗

bpo-40334: Improve various PEG-Parser related stuff by lysnikolaou · Pull Request #19669 · python/cpython

Conversation

@lysnikolaou

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.

https://bugs.python.org/issue40334

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`.

@vstinner

Oh, this PR partially conflicts with my PR #19670. Would you mind to review it?

@lysnikolaou

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.

vstinner

vstinner

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@lysnikolaou

Labels