-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
gh-131331: rename not
field to invert
for C++ extension modules
#131334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rename it to invert
, please?
not
field to not_
for C++ extension modulesnot
field to invert
for C++ extension modules
@brandtbucher Done! I'm leaving for a few days and I'll be offline. So if you want to change something, feel free to direclty edit my PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
cc @brandtbucher
cpython/Include/internal/pycore_optimizer.h
in C++ extension due to use of protected C++ keyword "not" #131331