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-42864: Fix compiler warning in tokenizer.c with the new paren stack for column numbers #24266

Merged
merged 1 commit into from Jan 20, 2021

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Jan 20, 2021

I investigated and is not worth making the stack a Pyssize_t because we are doing this in other places already.

https://bugs.python.org/issue42864

@pablogsal pablogsal requested a review from lysnikolaou as a code owner Jan 20, 2021
@pablogsal pablogsal changed the title bpo-42864: Fix compiler warning in tokenizer.c with the new paren stack for colu… bpo-42864: Fix compiler warning in tokenizer.c with the new paren stack for column numbers Jan 20, 2021
@pablogsal pablogsal merged commit ae7d3cd into python:master Jan 20, 2021
10 checks passed
m000 pushed a commit to m000/cpython that referenced this issue Jan 29, 2021
adorilson pushed a commit to adorilson/cpython that referenced this issue Mar 13, 2021
@pablogsal pablogsal deleted the token branch May 19, 2021
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

3 participants