Fix some more issues in the macro-to-function conversion
The macros would cast to PyObject*, but our functions would just take a PyObject* -- which is an issue if the argument is something else (like a PyListObject*). We need to have wrapper macros that cast and then call the underlying function.
Showing
tools/determine_missing.py
0 → 100644
Please register or sign in to comment