Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: globals-quasiimmut
Changeset: r81755:12c73603f24a
Date: 2016-01-14 11:12 +0100
http://bitbucket.org/pypy/pypy/changeset/12c73603f24a/

Log:    remove confusing class level default

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -33,7 +33,6 @@
     f_lineno                 = 0      # current lineno for tracing
     is_being_profiled        = False
     w_locals                 = None
-    w_globals                = None
 
     def __init__(self, pycode):
         self.f_lineno = pycode.co_firstlineno
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to