rjancewicz / python-kadmin

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

remove extra kadmin incref statements #29

Closed rjancewicz closed 9 years ago

rjancewicz commented 9 years ago

This patch removes extra incref statements which caused kadmin handles to hold server file descriptors until the interpreter exited.

TODO: review reference counting for the remainder of the code base