gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() by vstinner · Pull Request #131714 · python/cpython

@vstinner

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

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 1, 2025
…() (python#131714)

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