aparakian

Results 2 comments of aparakian
trafficstars

I've encountered the same issue on my project. It's pretty much confirmed as you can see here: I've tried to find the origin of it but all the open files...

If I print a traceback of this memory with `tracemalloc` here is what I get actually: ``` File "/site-packages/PIL/Image.py", line 3327 info.load(self.fp) File "/site-packages/PIL/Image.py", line 3363 ifd = self._get_ifd_dict(self[0x8769]) File...