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 loewis
Recipients Arfrever, alexandre.vassalotti, asvetlov, loewis, mstefanro, ncoghlan, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-11-19.22:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384898664.67.0.82292132331.issue17810@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that takes a different approach to framing, putting it into an optional framing layer by means of a buffered reader/writer.

The framing structure is the same as in PEP 3154; a separate PYFRAMES magic is prepended to guard against protocol inconsistencies and to allow for automatic detection of framing.
History
Date User Action Args
2013-11-19 22:04:24loewissetrecipients: + loewis, rhettinger, ncoghlan, pitrou, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka, mstefanro
2013-11-19 22:04:24loewissetmessageid: <1384898664.67.0.82292132331.issue17810@psf.upfronthosting.co.za>
2013-11-19 22:04:24loewislinkissue17810 messages
2013-11-19 22:04:23loewiscreate