Message 175632 - Python tracker
Message175632
| Author | pitrou |
|---|---|
| Recipients | kristjan.jonsson, pitrou |
| Date | 2012-11-15.18:33:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1353004426.02.0.490788405108.issue16475@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
marshal is only supposed to be used to serialize code objects, not arbitrary user data. Why don't you use pickle? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-15 18:33:46 | pitrou | set | recipients: + pitrou, kristjan.jonsson |
| 2012-11-15 18:33:46 | pitrou | set | messageid: <1353004426.02.0.490788405108.issue16475@psf.upfronthosting.co.za> |
| 2012-11-15 18:33:45 | pitrou | link | issue16475 messages |
| 2012-11-15 18:33:45 | pitrou | create | |