Closed thedrow closed 7 years ago
It seems that the database is locked when you use multithreading in SQLite with PyPy. See https://travis-ci.org/piskvorky/sqlitedict/jobs/72578760#L158 No idea how to fix it though.
I don't know how threading works in PyPy either :(
It must be something specific to PyPy, because threading is handled explicitly in sqlite(dict).
I'll leave this open until I have time to take a look at it.
@thedrow any luck with this ticket?
No, sorry.
Can you try pypy3
instead of pypy
? Maybe it's just some version mismatch...
I tried googling around and is seems pypy on Travis is troublesome for a lot of people.
I test it in #70, the same problem for both pypy
versions, it doesn't work, I close current PR.
Thanks @thedrow . The Travis build on PyPy is failing though -- can you check what's going on?