pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

OSError when doing multiple IO operations from same file. #95

Open AkshaySharma74 opened 2 years ago

AkshaySharma74 commented 2 years ago

I have a usecase where I am reading and writing datrie data multiple times from and to a single while, after a certain limit of operation, I am facing this issue:

image

Can someone please help regarding this?