summaryrefslogtreecommitdiffstats
path: root/Python/_warnings.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-13 08:17:07 (GMT)
committerGitHub <noreply@github.com>2021-05-13 08:17:07 (GMT)
commit7cbe6ca63495d478a3164d6d26ef36cb611abbbb (patch)
tree5f4031c7fe9b16378e544b7fe860320f05374b9c /Python/_warnings.c
parent6275ea02825731fd23f523058ac87aac53888740 (diff)
downloadcpython-7cbe6ca63495d478a3164d6d26ef36cb611abbbb.zip
cpython-7cbe6ca63495d478a3164d6d26ef36cb611abbbb.tar.gz
cpython-7cbe6ca63495d478a3164d6d26ef36cb611abbbb.tar.bz2
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062)
These are passed and called as PyCFunction, however they are defined here without the (ignored) args parameter. This works fine in some C compilers, but fails in webassembly or anything else that has strict function pointer call type checking. (cherry picked from commit ab383eb6f03896b0ef6634ee3d776344fcb9e5b8) Co-authored-by: Joe Marshall <joe.marshall@nottingham.ac.uk>
Diffstat (limited to 'Python/_warnings.c')
0 files changed, 0 insertions, 0 deletions