rjancewicz / python-kadmin

Python module for kerberos admin (kadm5)
MIT License
35 stars 40 forks source link

Python 3 no longer uses tp_print in PyTypeObject #72

Open fweimer-rh opened 7 months ago

fweimer-rh commented 7 months ago

The struct field in this position is now called tp_vectorcall_offset and is used for something else.

Fixes a compilation error with compilers which refuse to convert function pointers to Py_ssize_t without a cast.

Related to: