Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…17438) Add a special case for `list.extend(dict)` and `list(dict)` so that those patterns behave atomically with respect to modifications to the list or dictionary. This is required by multiprocessing, which assumes that `list(_finalizer_registry)` is atomic.
- Loading branch information