SIGN IN SIGN UP

bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)

Confirmed with @jaraco that this indeed needs a fix.

A question that came up while I was digging into the code: I think `SelectableGroups` could similarly use `__slots__ = ()`, since its purpose seems only for convenience around `dict`, not to have attributes of its own.

Automerge-Triggered-By: GH:jaraco
A
Arie Bovenberg committed
dd76b3f7d332dd6eced5cbc2ad2adfc397700b3d
Parent: 80e4f26
Committed by GitHub <noreply@github.com> on 2/11/2022, 12:56:21 AM