issues
search
piskvorky
/
sqlitedict
Persistent dict, backed by sqlite3 and pickle, multithread-safe.
Apache License 2.0
1.17k
stars
131
forks
source link
Use tempfile.mkstemp for safer temp file creation
#106
Closed
ergoithz
closed
3 years ago
ergoithz
commented
4 years ago
Few fixes:
Use tempfile.mkstemp for safer in_temp file creation, as it's safer and handles filename collisions.
Small cleanup.
Few fixes: