]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (#131714)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Mar 2025 09:03:58 +0000 (10:03 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Mar 2025 09:03:58 +0000 (10:03 +0100)
commit37968845284501a536a96b9fdafab83d43dd9b9d
tree0201dbfa7a4ddbcfd443a3275c0d8723779eeaec
parent9ef9d687ff7cfc4bbf422ba61db04207b7f343d2
gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (#131714)

For example, expression_rule() return type is 'expr_ty', whereas
_PyPegen_lookahead() uses 'void*'.
Parser/pegen.c