]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Jun 2025 00:34:49 +0000 (02:34 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 00:34:49 +0000 (00:34 +0000)
commit904685f90fd440b40c5af79e14fba8ca5aa4d5be
tree650dc35719d1ae0baa656ffb3355ec67753a30ce
parent84c6fe6ac634e395aa7c78bf2b572d70b33f7f19
[3.14] gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (GH-134048) (#135320)

gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c` (GH-134048)
(cherry picked from commit 754e7c9b5187fcad22acf7555479603f173a4a09)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Tools/peg_generator/pegen/c_generator.py