Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch:
Changeset: r93879:ebe1844aaf79
Date: 2018-02-24 09:26 +0100
http://bitbucket.org/pypy/pypy/changeset/ebe1844aaf79/
Log: merge heads
diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -270,8 +270,8 @@
#
try:
if operr is not None:
- ec = self.space.getexecutioncontext()
- next_instr = self.handle_operation_error(ec, operr)
+ next_instr = self.handle_operation_error(
+ executioncontext, operr)
self.last_instr = intmask(next_instr - 1)
else:
# Execution starts just after the last_instr. Initially,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit