rjancewicz / python-kadmin

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

added METH_VARARGS to PyKAdminPrincipal_modify #66

Open m4ciek opened 4 years ago

m4ciek commented 4 years ago

in order to compile with Python 3.8.2, I had to OR METH_VARARGS with METH_KEYWORD. This seems to work for me, but I'm new to Python and uncertain of whether it's the right fix.

Hopefully, this will be of some help to others.