Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: remove-frame-debug-attrs
Changeset: r77028:b9360270bddc
Date: 2015-05-04 10:18 +0200
http://bitbucket.org/pypy/pypy/changeset/b9360270bddc/

Log:    oops

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -66,7 +66,7 @@
     w_locals = None # dict containing locals, if forced or necessary
     pycode = None # code object executed by that frame
     locals_stack_w = None # the list of all locals and valuestack
-    valuestackdepth = -1 # number of items on valuestack
+    valuestackdepth = 0 # number of items on valuestack
     lastblock = None
     cells = None # cells
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to