Skip to content

bpo-42864: Fix compiler warning in tokenizer.c with the new paren stack for column numbers#24266

Merged
pablogsal merged 1 commit into
python:masterfrom
pablogsal:token
Jan 20, 2021
Merged

bpo-42864: Fix compiler warning in tokenizer.c with the new paren stack for column numbers#24266
pablogsal merged 1 commit into
python:masterfrom
pablogsal:token

Conversation

@pablogsal

@pablogsal pablogsal commented Jan 20, 2021

Copy link
Copy Markdown
Member

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 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
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
@pablogsal
pablogsal deleted the token branch May 19, 2021 18:57
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.

3 participants