A `tp_clear` function should have signature `int f(PyObject*)`. The presence of erroneous extra parameters leads to undefined behavior as indicated in the C specification 6.3.2.3.8. In WebAssembly builds, this causes crashes. https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf#page=60pull/17959/head
parent
182699f8fd
commit
b618f806a9
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue