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 ncoghlan
Recipients Dormouse759, ncoghlan, pablogsal, petr.viktorin, scoder, shihai1991, vstinner
Date 2020-03-16.03:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584328823.55.0.923527088923.issue39824@roundup.psfhosted.org>
In-reply-to
Content
Petr's point that any subclass state should be managed in the subclass cleanup functions is a good one, so I withdraw my concern:

* custom module subclasses should clean up like any other class instance
* the module slots are then only needed if the module state actually gets populated, so we can safely skip them if it never even gets allocated
History
Date User Action Args
2020-03-16 03:20:23ncoghlansetrecipients: + ncoghlan, scoder, vstinner, petr.viktorin, Dormouse759, pablogsal, shihai1991
2020-03-16 03:20:23ncoghlansetmessageid: <1584328823.55.0.923527088923.issue39824@roundup.psfhosted.org>
2020-03-16 03:20:23ncoghlanlinkissue39824 messages
2020-03-16 03:20:23ncoghlancreate