Skip to content
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

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

Merged
merged 7 commits into from Apr 23, 2020

Conversation

lysnikolaou
Copy link
Contributor

@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

@vstinner vstinner commented Apr 23, 2020

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

@lysnikolaou
Copy link
Contributor Author

@lysnikolaou lysnikolaou commented Apr 23, 2020

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.

Parser/pegen/pegen.c Outdated Show resolved Hide resolved
Parser/pegen/pegen.c Show resolved Hide resolved
Include/internal/pegen_interface.h Show resolved Hide resolved
Parser/pegen/pegen.c Show resolved Hide resolved
Parser/pegen/pegen.c Outdated Show resolved Hide resolved
Parser/pegen/pegen.c Outdated Show resolved Hide resolved
Parser/pegen/pegen.c Show resolved Hide resolved
Copy link
Member

@vstinner vstinner left a comment

LGTM.

@lysnikolaou
Copy link
Contributor Author

@lysnikolaou lysnikolaou commented Apr 23, 2020

Thanks for the help, @vstinner!

@pablogsal pablogsal merged commit ebebb64 into python:master Apr 23, 2020
8 checks passed
@lysnikolaou lysnikolaou deleted the review branch Apr 23, 2020
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.

None yet

5 participants