חדשות

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 ...
According to the Python documentation it's bad practice to mess with __del__ at all. Exceptions raised during __del__ are ignored by the interpreter and printed as warnings.