Skip to content

Don't assume Py_TYPE being a macro

It got changed to a function in Python 3.10. Use the Py_SET_TYPE macro suggested at https://docs.python.org/3.10/whatsnew/3.10.html instead.

Fixes #358 (closed)

Merge request reports