tee-ar-ex / trx-python

Python implementation of the TRX file format
https://tee-ar-ex.github.io/trx-python/
BSD 2-Clause "Simplified" License
20 stars 16 forks source link

Manual close of all memmap BEFORE cleanup #69

Closed frheault closed 9 months ago

frheault commented 9 months ago

Latest attempt to increase robustify opening and closing file (memmap). I have no Idea if this helps, but it is not much and looks alright.

What do you think? @arokem Could this help or is it just useless code?