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 benjamin.peterson
Recipients Somelauw, benjamin.peterson, jyasskin
Date 2009-01-19.15:33:35
SpamBayes Score 0.00091783836
Marked as misclassified No
Message-id <1232379216.97.0.0689278231168.issue4998@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that Fraction inherits from a class without __slots__
(Rationale), so it's useless. I suggest that the __slots__ be removed or
Rationale.register() is used instead of inheritance.
History
Date User Action Args
2009-01-19 15:33:37benjamin.petersonsetrecipients: + benjamin.peterson, jyasskin, Somelauw
2009-01-19 15:33:36benjamin.petersonsetmessageid: <1232379216.97.0.0689278231168.issue4998@psf.upfronthosting.co.za>
2009-01-19 15:33:36benjamin.petersonlinkissue4998 messages
2009-01-19 15:33:35benjamin.petersoncreate