Re: Long lines [was Re: __builtins__ magic behavior]

2008-09-10 Thread Gabriel Genellina
En Sun, 07 Sep 2008 19:30:07 -0300, Steven D'Aprano <[EMAIL PROTECTED]> escribió: Gabriel, could I please ask you to configure your news-reader software or editor to limit the length of each line of your posts to 70 characters wide, as per the common standard for email and Usenet? Your lines a

Long lines [was Re: __builtins__ magic behavior]

2008-09-07 Thread Steven D'Aprano
Gabriel, could I please ask you to configure your news-reader software or editor to limit the length of each line of your posts to 70 characters wide, as per the common standard for email and Usenet? Your lines are significantly longer than that, including one single line which is 325 character

Re: __builtins__ magic behavior

2008-09-07 Thread Patrick Maupin
On Sep 7, 2:50 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > Inside PyFrame_New, there is a shortcut: if the new frame and > the previous one share the same globals, then the previous > builtins are copied into the new frame. Only if the globals > differ the builtins are searched in globals.

Re: __builtins__ magic behavior

2008-09-07 Thread Gabriel Genellina
En Sun, 07 Sep 2008 14:00:48 -0300, Patrick Maupin <[EMAIL PROTECTED]> escribió: > __builtins__ in 2.5.2 doesn't seem to behave like I remember it did > the last time I did some custom stuff with it, a very long time ago. > > This isn't surprising, because of ongoing optimization, but it's hard >

__builtins__ magic behavior

2008-09-07 Thread Patrick Maupin
__builtins__ in 2.5.2 doesn't seem to behave like I remember it did the last time I did some custom stuff with it, a very long time ago. This isn't surprising, because of ongoing optimization, but it's hard to google for '__builtins__' so I didn't really find any documentation on the current CPyth