mirror of
https://github.com/python/cpython.git
synced 2026-05-27 06:42:27 -04:00
ae8116cfa9
Make `multiprocessing.managers.{DictProxy,ListProxy}` generic for type annotation use. `ListProxy[str]` for example.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>