{{ message }}
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code#19745
Merged
pablogsal merged 4 commits intoApr 28, 2020
Merged
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code#19745pablogsal merged 4 commits into
pablogsal merged 4 commits into
Conversation
6c13937 to
45ca184
Compare
April 28, 2020 00:16
Member
Author
|
This is how the command line looks now with the sub-parsers: Main CLC subparserPython subparser |
Sorry, something went wrong.
1aab4d1 to
d7df6b6
Compare
April 28, 2020 00:29
d7df6b6 to
a371b79
Compare
April 28, 2020 00:30
lysnikolaou
reviewed
Apr 28, 2020
Co-Authored-By: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-Authored-By: Lysandros Nikolaou <lisandrosnik@gmail.com>
lysnikolaou
approved these changes
Apr 28, 2020
lysnikolaou
left a comment
Member
There was a problem hiding this comment.
LGTM! Thanks!
Sorry, something went wrong.
This comment has been minimized.
This comment has been minimized.
Member
Author
Unrelated failure:
|
Sorry, something went wrong.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
https://bugs.python.org/issue40334
This PR does the following:
Tokensfile.Tokensfile and add code to parse it and calculate the required token information.