summaryrefslogtreecommitdiffstats
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2022-04-02 08:00:49 (GMT)
committerGitHub <noreply@github.com>2022-04-02 08:00:49 (GMT)
commit7000cd70164707e28ba045b5c036ca7ed73f5dc4 (patch)
tree6ce7c4719b326864c2d04af18737d7106391f531 /Objects/codeobject.c
parent0f68c208fa6a36b6c8ad3d775e64292a665ba108 (diff)
downloadcpython-7000cd70164707e28ba045b5c036ca7ed73f5dc4.zip
cpython-7000cd70164707e28ba045b5c036ca7ed73f5dc4.tar.gz
cpython-7000cd70164707e28ba045b5c036ca7ed73f5dc4.tar.bz2
bpo-47196: Fix function pointer cast in test_imp (GH-32244)
The function PyInit_imp_dummy is declared as void f(PyObject* spec) but called as void f(void). On wasm targets without the call trampolines this causes a fatal error. Automerge-Triggered-By: GH:tiran
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions