pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
767 stars 120 forks source link

fix some METH_NOARGS arg missing #2888

Closed pmp-p closed 1 month ago

pmp-p commented 1 month ago

References: https://docs.python.org/3/c-api/structures.html#c.METH_NOARGS

why it is important: https://blog.pyodide.org/posts/function-pointer-cast-handling/

A parser in CI would be usefull indeed, as only WebAssembly can spot them, and only at runtime.