[issue1810] AST compile() patch

2008-03-28 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: So I finally got to this one :) I had to fix a few things, mainly error handling, and a refleak. And I found a refleak in the compiler :) Reviewed and committed in r62004. -- resolution: -> accepted status: open -> closed

[issue1810] AST compile() patch

2008-03-22 Thread Armin Ronacher
Changes by Armin Ronacher <[EMAIL PROTECTED]>: -- nosy: +aronacher __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscr

[issue1810] AST compile() patch

2008-03-15 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: I'll try to handle it this weekend. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

[issue1810] AST compile() patch

2008-03-15 Thread Thomas Lee
Thomas Lee <[EMAIL PROTECTED]> added the comment: Updating the patch to apply cleanly against HEAD. Added file: http://bugs.python.org/file9672/ast-r03.patch __ Tracker <[EMAIL PROTECTED]> __

[issue1810] AST compile() patch

2008-01-12 Thread Thomas Lee
Thomas Lee added the comment: I knew it would be a simple one for somebody who knew what to look for :) Thanks Georg! r02 is the updated patch. Changing the title of the tracker issue to reflect that this *should* be a complete patch now. Any further recommendations? -- title: Partial A