SIGN IN SIGN UP

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.
J
Joe Marshall committed
ab383eb6f03896b0ef6634ee3d776344fcb9e5b8
Parent: b2f3f8e
Committed by GitHub <noreply@github.com> on 5/13/2021, 7:54:17 AM