In python/importlib_metadata#520, we learned that the FastPath caches can cause problems with open zip files at the fork boundary. The fix was released in [importlib_metadata 8.7.1](https://importlib-metadata.readthedocs.io/en/latest/history.html#v8-7-1). Let's sync that to CPython. <!-- gh-linked-prs --> ### Linked PRs * gh-146231 <!-- /gh-linked-prs -->
In python/importlib_metadata#520, we learned that the FastPath caches can cause problems with open zip files at the fork boundary. The fix was released in importlib_metadata 8.7.1. Let's sync that to CPython.
Linked PRs