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 alexandre.vassalotti, larry, pitrou, serhiy.storchaka
Date 2013-11-25.21:55:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385416509.02.0.493465582704.issue19780@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which restores (removed at last moment before 3.4beta1 release) frame headers optimization for the pickle protocol 4. Frame header now saved as a part of previous frame. This decreases the number of unbuffered reads per frame from 3 to 1.
History
Date User Action Args
2013-11-25 21:55:09serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, larry, alexandre.vassalotti
2013-11-25 21:55:09serhiy.storchakasetmessageid: <1385416509.02.0.493465582704.issue19780@psf.upfronthosting.co.za>
2013-11-25 21:55:08serhiy.storchakalinkissue19780 messages
2013-11-25 21:55:08serhiy.storchakacreate