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 ajaksu2, alexandre.vassalotti, christian.heimes, jcea
Date 2008-10-04.22:54:14
SpamBayes Score 7.295748e-07
Marked as misclassified No
Message-id <1223160856.82.0.0533929084624.issue3664@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the fix. The added check in Pickler_dump should prevent any
segfaults due to __init__() errors. 

I also added the check proposed by Christian as a safe-guard in case a
core developer adds a new method that doesn't check if the object was
properly initialized.
History
Date User Action Args
2008-10-04 22:54:16alexandre.vassalottisetrecipients: + alexandre.vassalotti, jcea, christian.heimes, ajaksu2
2008-10-04 22:54:16alexandre.vassalottisetmessageid: <1223160856.82.0.0533929084624.issue3664@psf.upfronthosting.co.za>
2008-10-04 22:54:16alexandre.vassalottilinkissue3664 messages
2008-10-04 22:54:15alexandre.vassalotticreate