summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorJoe Marshall <joe.marshall@nottingham.ac.uk>2021-05-13 07:54:17 (GMT)
committerGitHub <noreply@github.com>2021-05-13 07:54:17 (GMT)
commitab383eb6f03896b0ef6634ee3d776344fcb9e5b8 (patch)
tree6db1d14a4f0588a4e68d20122d1a2e3534f33ad7 /Python/Python-ast.c
parentb2f3f8e3d81b0bb0ba18f563d82c28ba133c0790 (diff)
downloadcpython-ab383eb6f03896b0ef6634ee3d776344fcb9e5b8.zip
cpython-ab383eb6f03896b0ef6634ee3d776344fcb9e5b8.tar.gz
cpython-ab383eb6f03896b0ef6634ee3d776344fcb9e5b8.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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions