-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gh-120726: Fix warnings #120727
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-120726: Fix warnings #120727
Conversation
|
Thanks, I had noticed this a few times already, but thought it was a macOS issue. |
|
|
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
vstinner
left a comment
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.
LGTM. But next time, try to find a better PR title, since this one is very generic. I will enhance it when I will merge your PR.
|
Do we backport this or do we close the issue? |
|
GH-120729 is a backport of this pull request to the 3.13 branch. |
I didn't know that 3.13 was affected. I backported the change. |
…0727) Fix compiler warnings on is_core_module() and check_interpreter_whence(): only define them when assertions are built.
…0727) Fix compiler warnings on is_core_module() and check_interpreter_whence(): only define them when assertions are built.
…0727) Fix compiler warnings on is_core_module() and check_interpreter_whence(): only define them when assertions are built.
These functions are only used in assertions.
warning: unused function 'is_core_module' [-Wunused-function]#120726