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, mstefanro, neologix, pitrou, rhettinger, serhiy.storchaka
Date 2013-05-12.11:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368357284.2535.4.camel@fsol>
In-reply-to <1368348825.3.0.96007337272.issue17810@psf.upfronthosting.co.za>
Content
> Stefan, I took a quick look at your patch. There is a couple things
> that stands out.

It would be nice if you could reconcile each other's work. Especially so
I don't re-implement framing on top of something else :-)

> Adding a binary version opcode for GLOBAL is a separate feature and it
> should be reviewed independently.

Well, it's part of the PEP.

> Personally, I prefer the STACK_GLOBAL opcode I proposed as it much
> simpler to implement, but I am biased.

I agree it sounds simpler. I hadn't thought about it when first writing
the PEP.
History
Date User Action Args
2013-05-12 11:14:46pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka, mstefanro
2013-05-12 11:14:46pitroulinkissue17810 messages
2013-05-12 11:14:46pitroucreate