[New-bugs-announce] [issue46246] importlib.metadata.DeprecatedList appears to be missing __slots__

Arie Bovenberg report at bugs.python.org
Mon Jan 3 13:39:08 EST 2022


New submission from Arie Bovenberg <a.c.bovenberg at 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 <report at bugs.python.org>
<https://bugs.python.org/issue46246>
_______________________________________


More information about the New-bugs-announce mailing list