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 r.david.murray
Recipients flox, krocard, loewis, r.david.murray
Date 2015-02-21.15:04:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424531059.5.0.210356911293.issue23436@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the __slots__ declaration on Node was missed when the other slots changes were made (by MvL in 3931f043b79a).  Note that the Node base class (xml.dom.Node) has a __slots__ declaration, but it was added after MvL's patch (by Florent in 49c5511b234a).

Changing this now may have backward compatibility issues, though.
History
Date User Action Args
2015-02-21 15:04:19r.david.murraysetrecipients: + r.david.murray, loewis, flox, krocard
2015-02-21 15:04:19r.david.murraysetmessageid: <1424531059.5.0.210356911293.issue23436@psf.upfronthosting.co.za>
2015-02-21 15:04:19r.david.murraylinkissue23436 messages
2015-02-21 15:04:19r.david.murraycreate