Message74327
| 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:16 | alexandre.vassalotti | set | recipients: + alexandre.vassalotti, jcea, christian.heimes, ajaksu2 |
| 2008-10-04 22:54:16 | alexandre.vassalotti | set | messageid: <1223160856.82.0.0533929084624.issue3664@psf.upfronthosting.co.za> |
| 2008-10-04 22:54:16 | alexandre.vassalotti | link | issue3664 messages |
| 2008-10-04 22:54:15 | alexandre.vassalotti | create | |