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.19:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367263965.86.0.540994165011.issue17810@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a framing patch on top of Alexandre's work.

There is one thing that framing breaks: pickletools.optimize(). I think it would be non-trivial to fix it. Perhaps the PREFETCH opcode is a better idea for this.

Alexandre, I don't understand why you removed STACK_GLOBAL. GLOBAL is a PITA that we should not use in protocol 4 anymore, so we need either STACK_GLOBAL or some kind of BINGLOBAL.
History
Date User Action Args
2013-04-29 19:32:46pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-04-29 19:32:45pitrousetmessageid: <1367263965.86.0.540994165011.issue17810@psf.upfronthosting.co.za>
2013-04-29 19:32:45pitroulinkissue17810 messages
2013-04-29 19:32:43pitroucreate