]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 24 Jun 2024 16:13:02 +0000 (18:13 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 16:13:02 +0000 (18:13 +0200)
commit348184845a72088368021d1f42e96ceea3eee88c
tree488cf963dbac153f6dc58c12b5fc12654b508f6f
parente7315543377322e4c6e0d8d2c4a4bb4626e43f4c
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py