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.

classification
Title: in xml.dom.minidom, Node and DocumentLS appear to be missing __slots__
Type: Stage:
Components: Library (Lib) Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ariebovenberg
Priority: normal Keywords:

Created on 2022-01-03 18:41 by ariebovenberg, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg409605 - (view) Author: Arie Bovenberg (ariebovenberg) * Date: 2022-01-03 18:41
(as instructed in bpo-46244, I've created this ticket)

The classes Node and DocumentLS don't define __slots__, but a number of subclasses do.
This appears to be a mistake.

If so, I'd like to create a PR to fix it.
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90405
2022-01-14 23:31:22eric.araujosetversions: - Python 3.7, Python 3.8
2022-01-03 18:41:15ariebovenbergcreate