-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-133157: remove usage of _Py_NO_SANITIZE_UNDEFINED
in Parser/pegen.c
#134048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant
Conversation
@pablogsal friendly ping |
LGTM. Great work on factoring this into a macro and the check in the generator 👌 |
Thanks @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…er/pegen.c` (pythonGH-134048) (cherry picked from commit 754e7c9) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sorry, @pablogsal, I could not cleanly backport this to
|
Can you do the backport to 3.13? |
I'll do the backport tomorrow! (I'm going to sleep in a few minutes :')) |
…n `Parser/pegen.c` (pythonGH-134048) (cherry picked from commit 754e7c9) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
|
We remove undefined behaviors by adding more "overloads" functions. I've added some small checks to detect possible future undefined behaviors.