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 serhiy.storchaka
Recipients Olivier.Grisel, pitrou, serhiy.storchaka
Date 2018-01-06.19:26:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7115898.UxAeGM59bJ@saraksh>
In-reply-to <1515266167.38.0.467229070634.issue31993@psf.upfronthosting.co.za>
Content
> What do you mean?

Large bytes and strings was written inside a frame when serialize by dumps(). 
dump() (as well as Python implementations of dumps() and dump()) write them 
outside of a frame.
History
Date User Action Args
2018-01-06 19:26:22serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, Olivier.Grisel
2018-01-06 19:26:22serhiy.storchakalinkissue31993 messages
2018-01-06 19:26:22serhiy.storchakacreate