summaryrefslogtreecommitdiffstats
path: root/Doc/includes/sqlite3/shared_cache.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-05-16 14:34:43 (GMT)
committerGitHub <noreply@github.com>2021-05-16 14:34:43 (GMT)
commit925cb85e9e28d69be53db669527c0a1292f0fbfb (patch)
tree6846b22eba196b63ebd962048c579588c87fc76d /Doc/includes/sqlite3/shared_cache.py
parent376740110ecb2440fee9e04f325131aaefeb5c47 (diff)
downloadcpython-925cb85e9e28d69be53db669527c0a1292f0fbfb.zip
cpython-925cb85e9e28d69be53db669527c0a1292f0fbfb.tar.gz
cpython-925cb85e9e28d69be53db669527c0a1292f0fbfb.tar.bz2
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) (GH-26093)
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> Co-authored-by: Joe Marshall <joe.marshall@nottingham.ac.uk>
Diffstat (limited to 'Doc/includes/sqlite3/shared_cache.py')
0 files changed, 0 insertions, 0 deletions