-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
bpo-33012: Fix more invalid function cast warnings with gcc 8. #10751
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
bpo-33012: Fix more invalid function cast warnings with gcc 8. #10751
Conversation
Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
GH-10795 is a backport of this pull request to the 3.7 branch. |
…nGH-10751) Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts. (cherry picked from commit 1c60715) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-10796 is a backport of this pull request to the 3.6 branch. |
) Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts. (cherry picked from commit 1c60715) Co-authored-by: Serhiy Storchaka <[email protected]>
Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts.
https://bugs.python.org/issue33012