diff options
author | Arie Bovenberg <a.c.bovenberg@gmail.com> | 2022-02-11 01:56:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 16:56:21 -0800 |
commit | dd76b3f7d332dd6eced5cbc2ad2adfc397700b3d (patch) | |
tree | f4b5f5b219371a356498beb9b42978f3eb5a6bfa /Python/Python-tokenize.c | |
parent | 80e4f262aa27a39abf3fadc19a6323fea4607a8f (diff) | |
download | cpython-git-dd76b3f7d332dd6eced5cbc2ad2adfc397700b3d.tar.gz |
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
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions