]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 24 May 2020 05:01:34 +0000 (06:01 +0100)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 05:01:34 +0000 (06:01 +0100)
commitb23d7adfdfa66dd8e6f98e968b1ba885692b67d6
tree49ed745196c93dce7cdd502dbd1e63ee94009a72
parent13206b52d16c2489f4c7dd2dce2a7f48a554b5ed
Use Py_ssize_t for the column number in the PEG support code (GH-20341)
Parser/pegen/pegen.c