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 Arfrever, alexandre.vassalotti, asvetlov, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-04-29.20:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367268849.2574.2.camel@fsol>
In-reply-to <1367267953.94.0.586302413228.issue17810@psf.upfronthosting.co.za>
Content
> With framing it isn't annoying.

Slightly less, but you still have to wrap readline() calls in the
unpickler.

I have started experimenting with PREFETCH, but making the opcode
optional is a bit annoying in the C pickler, which means it's simpler to
always emit it, which means it's not very different from framing in the
end :-)
History
Date User Action Args
2013-04-29 20:54:12pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-04-29 20:54:12pitroulinkissue17810 messages
2013-04-29 20:54:11pitroucreate