Fix errors with multiprocessing by 2xB · Pull Request #521 · python/importlib_metadata

@2xB mentioned this pull request

Aug 22, 2025

jaraco

2xB and others added 6 commits

December 21, 2025 04:08
Before, one could get OSError 22 and BadZipFile errors due to re-used file pointers in forked subprocesses.

Fixes python#520

@jaraco