Nuacht

When a Python process exits that has some sqlitedict objects still in memory, the final pre-exit garbage collection can cause some unsightly errors being printed: Exception TypeError: TypeError("'N ...
I think the problem is due to some objects are de-referenced too quickly (e.g., the thread used to track? I'm not sure). Expected behavior The script should run without problem. Environment aim==3.4.1 ...