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 warnings with PyErr_WarnExplicit.
---------- components: Interpreter Core files: ast_compiling_struct.patch keywords: patch messages: 65982 nosy: benjamin.peterson severity: normal status: open title: make compiling struct be passed around to all ast helpers type: feature request versions: Python 2.6 Added file: http://bugs.python.org/file10142/ast_compiling_struct.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2720> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com