python-kadmin
python-kadmin copied to clipboard
added METH_VARARGS to PyKAdminPrincipal_modify
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.