Alessandro Cortiana

Results 2 comments of Alessandro Cortiana

The problem is not to understand why I'm getting the exception. In my use case, I have a lot of processes accessing the DB in the same time, and this...

I did this test to better demonstrate the problem: 1) added lines ``` if hasattr(self, 'test123'): raise NameError('HiThere') self.test123 = 1 ``` just after this line: https://github.com/RaRe-Technologies/sqlitedict/blob/39e8dced2f56498df6e0d58a0addf42297917d3f/sqlitedict.py#L404 2) run exactly...