diff options
author | Victor Stinner <vstinner@python.org> | 2025-03-27 10:03:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-27 10:03:58 +0100 |
commit | 37968845284501a536a96b9fdafab83d43dd9b9d (patch) | |
tree | 0201dbfa7a4ddbcfd443a3275c0d8723779eeaec /Modules/_sqlite/blob.c | |
parent | 9ef9d687ff7cfc4bbf422ba61db04207b7f343d2 (diff) | |
download | cpython-37968845284501a536a96b9fdafab83d43dd9b9d.tar.gz cpython-37968845284501a536a96b9fdafab83d43dd9b9d.zip |
gh-111178: Skip undefined behavior checks in _PyPegen_lookahead() (#131714)
For example, expression_rule() return type is 'expr_ty', whereas
_PyPegen_lookahead() uses 'void*'.
Diffstat (limited to 'Modules/_sqlite/blob.c')
0 files changed, 0 insertions, 0 deletions