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 kristjan.jonsson, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2013-10-14.09:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <656062652.76406831.1381742461262.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1381737254.9.0.312505684379.issue19256@psf.upfronthosting.co.za>
Content
> The version token needed only when we want break backward
> compatibility (change the meaning of existing opcodes).

This is true. For example, my first hunch was to make w_long()
emit variable-length data, (0-254: one byte integer, 255: four
bytes integer following the 255 prefix).
History
Date User Action Args
2013-10-14 09:21:28pitrousetrecipients: + pitrou, rhettinger, kristjan.jonsson, vstinner, skrah, serhiy.storchaka
2013-10-14 09:21:28pitroulinkissue19256 messages
2013-10-14 09:21:28pitroucreate