Skip to content

Conversation

@tyomitch
Copy link
Contributor

@tyomitch tyomitch commented Mar 26, 2019

@pablogsal
Copy link
Member

You have some trailing whitespace in parsermodule.c

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

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

What if the index out of the boundary of the array?

@tyomitch
Copy link
Contributor Author

What if the index out of the boundary of the array?

Fixed

@tyomitch
Copy link
Contributor Author

tyomitch commented Apr 3, 2019

@pablogsal do you have any unresolved comments regarding this patch?

@pablogsal
Copy link
Member

@tyomitch Thanks for the ping and sorry for the delay!

@pablogsal pablogsal merged commit cb0748d into python:master Apr 3, 2019
@miss-islington
Copy link
Contributor

Thanks @tyomitch for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry, @tyomitch and @pablogsal, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker cb0748d3939c31168ab5d3b80e3677494497d5e3 3.7

@bedevere-bot
Copy link

GH-12671 is a backport of this pull request to the 3.7 branch.

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request Apr 3, 2019
…of numeric IDs (pythonGH-12565)

The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors..
(cherry picked from commit cb0748d)

Co-authored-by: tyomitch <tyomitch@gmail.com>
pablogsal added a commit that referenced this pull request Apr 3, 2019
…of numeric IDs (GH-12565) (GH-12671)

The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors..
(cherry picked from commit cb0748d)

Co-authored-by: tyomitch <tyomitch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants