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:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367265055.2574.0.camel@fsol>
In-reply-to <1367264973.31.0.674111638595.issue17810@psf.upfronthosting.co.za>
Content
> What is wrong with GLOBAL?

It uses the lame "text mode" that scans for newlines, and is generally
annoying to optimize. This is like C strings vs. Pascal strings.
http://www.python.org/dev/peps/pep-3154/#binary-encoding-for-all-opcodes
History
Date User Action Args
2013-04-29 19:50:58pitrousetrecipients: + pitrou, rhettinger, alexandre.vassalotti, Arfrever, asvetlov, neologix, serhiy.storchaka
2013-04-29 19:50:58pitroulinkissue17810 messages
2013-04-29 19:50:58pitroucreate