mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _adapters.py | ||
| _collections.py | ||
| _functools.py | ||
| _itertools.py | ||
| _meta.py | ||
| _text.py | ||