importlib_metadata
importlib_metadata copied to clipboard
Fix errors with multiprocessing
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