Author: Alex Gaynor <alex.gay...@gmail.com> Branch: Changeset: r45756:dff2f4c69db1 Date: 2011-07-19 20:54 -0700 http://bitbucket.org/pypy/pypy/changeset/dff2f4c69db1/
Log: Name is a quassiimmut field. diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/interpreter/function.py @@ -31,7 +31,8 @@ _immutable_fields_ = ['code?', 'w_func_globals?', 'closure?', - 'defs_w?[*]'] + 'defs_w?[*]', + 'name?'] def __init__(self, space, code, w_globals=None, defs_w=[], closure=None, forcename=None): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit