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
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 |
Thanks @serhiy-storchaka for the PR |
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 <storchaka@gmail.com>
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 <storchaka@gmail.com>
Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts.
https://bugs.python.org/issue33012