8000 bpo-40334: Improve various PEG-Parser related stuff by lysnikolaou · Pull Request #19669 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-40334: Improve various PEG-Parser related stuff #19669

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

Merged
merged 7 commits into from
Apr 23, 2020

Conversation

lysnikolaou
Copy link
Member
@lysnikolaou lysnikolaou commented Apr 23, 2020

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
Copy link
Member

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

@lysnikolaou
Copy link
Member Author

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.

Copy link
Member
@vstinner vstinner left a comment

Choose a reason for hiding this comment

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

LGTM.

@lysnikolaou
Copy link
Member Author

Thanks for the help, @vstinner!

@pablogsal pablogsal merged commit ebebb64 into python:master Apr 23, 2020
@lysnikolaou lysnikolaou deleted the review branch April 23, 2020 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0