Skip to content

Fatal Python error: deallocating None #51

Description

@bwoods8

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions