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 Elizacat, ethan.furman, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, yselivanov
Date 2017-01-20.09:24:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484904280.04.0.0382511539738.issue29328@psf.upfronthosting.co.za>
In-reply-to
Content
To add a bit to what Yury said, even framing isn't always compatible with this proposal.  For example, in dask/distributed, we first have a word for the number of frames, then one word per frame to indicate each frame's length, then the frame bodies.
History
Date User Action Args
2017-01-20 09:24:40pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, ethan.furman, serhiy.storchaka, yselivanov, Elizacat
2017-01-20 09:24:40pitrousetmessageid: <1484904280.04.0.0382511539738.issue29328@psf.upfronthosting.co.za>
2017-01-20 09:24:40pitroulinkissue29328 messages
2017-01-20 09:24:39pitroucreate