Author: Raffael Tfirst <[email protected]>
Branch: py3.5-async
Changeset: r85630:cf8246dbc687
Date: 2016-07-09 17:45 +0200
http://bitbucket.org/pypy/pypy/changeset/cf8246dbc687/
Log: Change stack effect for with_cleanup_start back to original value
(Stackdeptherror fix)
diff --git a/pypy/interpreter/astcompiler/assemble.py
b/pypy/interpreter/astcompiler/assemble.py
--- a/pypy/interpreter/astcompiler/assemble.py
+++ b/pypy/interpreter/astcompiler/assemble.py
@@ -599,7 +599,7 @@
ops.PRINT_EXPR: -1,
- ops.WITH_CLEANUP_START: 1,
+ ops.WITH_CLEANUP_START: -1,
ops.WITH_CLEANUP_FINISH: -1, # XXX Sometimes more
ops.LOAD_BUILD_CLASS: 1,
ops.POP_BLOCK: 0,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit