This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ariebovenberg
Recipients ariebovenberg
Date 2022-01-03.15:10:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641222648.06.0.365562451793.issue46244@roundup.psfhosted.org>
In-reply-to
Content
I've also encountered other classes in the stdlib possibly missing slots:

- importlib.metadata.DeprecatedList (subclass EntryPoints has slots)
- xml.dom.minidom.Node, xml.dom.xmlbuilder.DocumentLS (5 subclasses have slots)

Will investigate.
History
Date User Action Args
2022-01-03 15:10:48ariebovenbergsetrecipients: + ariebovenberg
2022-01-03 15:10:48ariebovenbergsetmessageid: <1641222648.06.0.365562451793.issue46244@roundup.psfhosted.org>
2022-01-03 15:10:48ariebovenberglinkissue46244 messages
2022-01-03 15:10:48ariebovenbergcreate