Message305978
| Author | pitrou |
|---|---|
| Recipients | Olivier.Grisel, pitrou, serhiy.storchaka |
| Date | 2017-11-09.18:29:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1510252194.25.0.213398074469.issue31993@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As for the C pickler, currently it dumps the whole pickle into an internal buffer before calling write() at the end. You may want to make writing more incremental. See Modules/_pickler.c (especially _Pickler_Write()). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-11-09 18:29:54 | pitrou | set | recipients: + pitrou, serhiy.storchaka, Olivier.Grisel |
| 2017-11-09 18:29:54 | pitrou | set | messageid: <1510252194.25.0.213398074469.issue31993@psf.upfronthosting.co.za> |
| 2017-11-09 18:29:54 | pitrou | link | issue31993 messages |
| 2017-11-09 18:29:54 | pitrou | create | |