importlib_metadata icon indicating copy to clipboard operation
importlib_metadata copied to clipboard

Fix errors with multiprocessing

Open 2xB opened this issue 7 months ago • 0 comments

Before, one could get OSError 22 and BadZipFile errors due to re-used file pointers in forked subprocesses.

This implements the fix recommended by @anntzer .

Fixes #520

2xB avatar Jun 08 '25 12:06 2xB