piskvorky / sqlitedict

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

Copy of "Fix deadlock where opening database fails" #131

Closed ronnymajani closed 3 years ago

ronnymajani commented 3 years ago

Applied the patch proposed in https://github.com/RaRe-Technologies/sqlitedict/pull/107

As a backup until the original author of the repo #107 decides to merge their changes. If the author doesn't merge their changes soon, I created this PR, to get these changes merged in sooner. Don't want to step on any toes here :)

ronnymajani commented 3 years ago

Closing as the original author has pushed their changes and the original PR can now be merged