]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2020 05:20:44 +0000 (22:20 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 05:20:44 +0000 (22:20 -0700)
commit11fb605cb8b632387c5599bbe3ded1d966d50138
treed80d2c31abad2e8c5d5c17aa1f2ac892870863a2
parent9181e2e2f3ade85f65bf2521a5deb898434dfd64
Use Py_ssize_t for the column number in the PEG support code (GH-20341)

(cherry picked from commit b23d7adfdfa66dd8e6f98e968b1ba885692b67d6)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Parser/pegen/pegen.c