]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Py_ssize_t instead of ssize_t (GH-19685)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 24 Apr 2020 00:13:33 +0000 (01:13 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 00:13:33 +0000 (01:13 +0100)
commit9f27dd3e16e2832fa8c375bfc4493de75b39d53f
tree54162dfda3697de15e06d3e8ded4b90bb82d0c26
parent50f28dea32c45e1a49b3bd07c874b4fa837a5e88
Use Py_ssize_t instead of ssize_t (GH-19685)
Parser/pegen/pegen.c