Message 175747 - Python tracker
Message175747
| Author | pitrou |
|---|---|
| Recipients | alexandre.vassalotti, pitrou, serhiy.storchaka |
| Date | 2012-11-17.14:57:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1353164261.36.0.0833266031974.issue12848@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'd like to add that anyone wanting to serialize large data will certainly be using _pickle (or its ancestor cPickle), since using pickle.py is probably excruciatingly slow. Meaning we should favour preserving _pickle/cPickle's behaviour over preserving pickle.py's behaviour here. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-17 14:57:41 | pitrou | set | recipients: + pitrou, alexandre.vassalotti, serhiy.storchaka |
| 2012-11-17 14:57:41 | pitrou | set | messageid: <1353164261.36.0.0833266031974.issue12848@psf.upfronthosting.co.za> |
| 2012-11-17 14:57:41 | pitrou | link | issue12848 messages |
| 2012-11-17 14:57:41 | pitrou | create | |