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 mark.dickinson
Recipients Kevin Mills, mark.dickinson
Date 2017-02-28.08:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488272180.66.0.150713129111.issue29671@psf.upfronthosting.co.za>
In-reply-to
Content
> In a normal program, a class wouldn't generally ever become garbage,

Right; it's only really a problem with dynamically-created classes. Some parts of the standard library (like ctypes), generate such classes.

Okay to close this as rejected?
History
Date User Action Args
2017-02-28 08:56:20mark.dickinsonsetrecipients: + mark.dickinson, Kevin Mills
2017-02-28 08:56:20mark.dickinsonsetmessageid: <1488272180.66.0.150713129111.issue29671@psf.upfronthosting.co.za>
2017-02-28 08:56:20mark.dickinsonlinkissue29671 messages
2017-02-28 08:56:20mark.dickinsoncreate