rjancewicz / python-kadmin

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

Fatal Python error: deallocating None #51

Open bwoods8 opened 7 years ago

bwoods8 commented 7 years ago

When iterating over a 4000 list that is getting and creating principals. The following error occurs:

Fatal Python error: deallocating None Aborted (core dumped)

I can see the reference count of None reduce if i print:

print(sys.getrefcount(None))

I tried iterating with the "getprinc" method and you can clearly see the refcount to None drop consistently...