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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
Date 2008-11-22.01:10:39
SpamBayes Score 1.088258e-07
Marked as misclassified No
Message-id <1227316244.39.0.588561982855.issue4374@psf.upfronthosting.co.za>
In-reply-to
Content
I think the best way to fix this is to add sanity checks similar to the
ones in _pickle. The checks are obviously useless in pickle.py, but I
think it is simpler than to try to skip tests, and it gives a nicer
error message to people who forget to call __init__ when subclassing.
History
Date User Action Args
2008-11-22 01:10:45alexandre.vassalottisetrecipients: + alexandre.vassalotti, amaury.forgeotdarc, christian.heimes
2008-11-22 01:10:44alexandre.vassalottisetmessageid: <1227316244.39.0.588561982855.issue4374@psf.upfronthosting.co.za>
2008-11-22 01:10:42alexandre.vassalottilinkissue4374 messages
2008-11-22 01:10:42alexandre.vassalotticreate