Message 416524 - Python tracker

Message416524

Author hoodchatham
Recipients christian.heimes, hoodchatham
Date 2022-04-02.00:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648857711.17.0.141077263636.issue47196@roundup.psfhosted.org>
In-reply-to
Content
The function PyInit_imp_dummy is declared as void f(PyObject* spec) and ignores the argument. In the test, it is called via imp.load_dynamic as void f(void). On wasm targets without the call trampolines added in 
https://bugs.python.org/issue47162
this causes a fatal error. (There's a bit more discussion about this issue in that thread.)
History
Date User Action Args
2022-04-02 00:01:51hoodchathamsetrecipients: + hoodchatham, christian.heimes
2022-04-02 00:01:51hoodchathamsetmessageid: <1648857711.17.0.141077263636.issue47196@roundup.psfhosted.org>
2022-04-02 00:01:51hoodchathamlinkissue47196 messages
2022-04-02 00:01:51hoodchathamcreate