[New-bugs-announce] [issue46247] in xml.dom.minidom, Node and DocumentLS appear to be missing __slots__

Arie Bovenberg report at bugs.python.org
Mon Jan 3 13:41:15 EST 2022


New submission from Arie Bovenberg <a.c.bovenberg at gmail.com>:

(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.

----------
components: Library (Lib)
messages: 409605
nosy: ariebovenberg
priority: normal
severity: normal
status: open
title: in xml.dom.minidom, Node and DocumentLS appear to be missing __slots__
versions: Python 3.10, Python 3.11, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46247>
_______________________________________


More information about the New-bugs-announce mailing list