[issue2720] make compiling struct be passed around to all ast helpers

2008-05-03 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Done in r62663. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ __

[issue2720] make compiling struct be passed around to all ast helpers

2008-05-03 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Sure, if it still compiles. :) -- assignee: georg.brandl -> benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __

[issue2720] make compiling struct be passed around to all ast helpers

2008-05-01 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Georg, is it all right if I apply this? -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2720] make compiling struct be passed around to all ast helpers

2008-04-29 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: +1 for the feature -- nosy: +tiran __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-lis

[issue2720] make compiling struct be passed around to all ast helpers

2008-04-29 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: This patch causes struct *compiling to be passed around to all of the ast helper functions. Since most functions already take it, this makes it more consistent as a whole. Also, the filename (from compiling->c_filename) is needed to issue