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

Benjamin Peterson report at bugs.python.org
Tue Apr 29 23:42:06 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue2720>
__________________________________


More information about the Python-bugs-list mailing list