mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43: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 |
||
|---|---|---|
| .. | ||
| builtin | ||
| data | ||
| data01 | ||
| data02 | ||
| data03 | ||
| extension | ||
| frozen | ||
| import_ | ||
| namespace_pkgs | ||
| namespacedata01 | ||
| partial | ||
| resources | ||
| source | ||
| zipdata01 | ||
| zipdata02 | ||
| __init__.py | ||
| __main__.py | ||
| abc.py | ||
| fixtures.py | ||
| stubs.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_compatibilty_files.py | ||
| test_contents.py | ||
| test_files.py | ||
| test_lazy.py | ||
| test_locks.py | ||
| test_main.py | ||
| test_metadata_api.py | ||
| test_namespace_pkgs.py | ||
| test_open.py | ||
| test_path.py | ||
| test_pkg_import.py | ||
| test_read.py | ||
| test_reader.py | ||
| test_resource.py | ||
| test_spec.py | ||
| test_threaded_import.py | ||
| test_util.py | ||
| test_windows.py | ||
| test_zip.py | ||
| threaded_import_hangers.py | ||
| update-zips.py | ||
| util.py | ||