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
H
Hood Chatham committed
7000cd70164707e28ba045b5c036ca7ed73f5dc4
Parent: 0f68c20
Committed by GitHub <noreply@github.com>
on 4/2/2022, 8:00:49 AM