-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after use #118208
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
Conversation
Did you consider renaming it to |
Good idea, happy to update the PR with that suggestion! I'll keep the undef, unless you think it should remain defined with that name (which should be safe). |
Yeah, undef is good -- with it, other Python header files can use the same name :) |
done! |
…ndef it after use (pythonGH-118208) (cherry picked from commit 796b3fb) Co-authored-by: Itamar Oren <itamarost@gmail.com>
GH-118269 is a backport of this pull request to the 3.12 branch. |
Thank you! |
Uh oh!
There was an error while loading. Please reload this page.