piskvorky / sqlitedict

Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k stars 131 forks source link

Bug correction #3

Closed shoyu63 closed 11 years ago

shoyu63 commented 11 years ago

Mistake in the destructor. self.conn.conn doesn't exist but self.conn is OK. The SqliteMultithread didn't close. Then, you might have a sort of thread leak.