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 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:54pitrousetrecipients: + pitrou, serhiy.storchaka, Olivier.Grisel
2017-11-09 18:29:54pitrousetmessageid: <1510252194.25.0.213398074469.issue31993@psf.upfronthosting.co.za>
2017-11-09 18:29:54pitroulinkissue31993 messages
2017-11-09 18:29:54pitroucreate