[pypy-svn] pypy out-of-line-guards-2: !@$%^&@#!

arigo commits-noreply at bitbucket.org
Wed May 4 14:02:59 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: out-of-line-guards-2
Changeset: r43883:155f4f553dbe
Date: 2011-05-04 13:59 +0200
http://bitbucket.org/pypy/pypy/changeset/155f4f553dbe/

Log:	!@$%^&@#!

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,7 @@
     _immutable_fields_ = ['code?',
                           'w_func_globals?',
                           'closure?',
-                          'defs?[*]']
+                          'defs_w?[*]']
 
     def __init__(self, space, code, w_globals=None, defs_w=[], closure=None,
                  forcename=None):


More information about the Pypy-commit mailing list