[Python-Dev] [Python-checkins] cpython: store the current scope on the stack right away

Nick Coghlan ncoghlan at gmail.com
Thu Jun 30 12:58:52 CEST 2011


On Thu, Jun 30, 2011 at 1:53 PM, benjamin.peterson
<python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/151142c0c5b1
> changeset:   71087:151142c0c5b1
> parent:      71084:9aa3fcab76f0
> user:        Benjamin Peterson <benjamin at python.org>
> date:        Wed Jun 29 22:52:39 2011 -0500
> summary:
>  store the current scope on the stack right away

Heh, I was going to comment that the spate of refleaks after your
previous commit looked mighty suspicious :)

End result is simpler, cleaner code overall, though.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list