]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column...
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 20 Jan 2021 12:53:52 +0000 (12:53 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 12:53:52 +0000 (12:53 +0000)
commitae7d3cd980fae6b9a9778c0ccd162b93035ad33e
treedcb5972acfa8e0e63dd4eac4e27f12c047937041
parente982fe496bf756afd2ead8e56eb24b28a93c627a
bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266)
Parser/tokenizer.c