commit | 1659c08d5d17357597f220c4d297b19e7a59737c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Nov 29 06:27:49 2018 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 29 06:27:49 2018 -0800 |
tree | b4efb11e36ef0ed7c73453e7fa453c9eeaf488c0 | |
parent | 7eeab87263b831adbe617a4af7ec5b5d9296962a [diff] |
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) Fix warnings with gcc 8 for wrapperfunc <-> wrapperfunc_kwds casts. (cherry picked from commit 1c607155c9e363489036ae6258b165a3fae75134) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>