New submission from Arie Bovenberg <a.c.bovenb...@gmail.com>:

(as instructed in bpo-46244, I've created this ticket)

The subclass `EntryPoints` defines __slots__, but its base `DeprecatedList` 
does not.

This appears to be a mistake.

If so, I'd like to create a PR to fix it.

----------
components: Library (Lib)
messages: 409604
nosy: ariebovenberg
priority: normal
severity: normal
status: open
title: importlib.metadata.DeprecatedList appears to be missing __slots__
versions: Python 3.10, Python 3.11, Python 3.8, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to