Author: Armin Rigo <[email protected]>
Branch:
Changeset: r77025:354ff4ef1593
Date: 2015-05-04 09:27 +0200
http://bitbucket.org/pypy/pypy/changeset/354ff4ef1593/
Log: Fix test when run alone
diff --git a/pypy/interpreter/test/test_pyframe.py
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test_pyframe.py
+++ b/pypy/interpreter/test/test_pyframe.py
@@ -64,6 +64,8 @@
f.f_lineno += 1
return x
+ open # force fetching of this name now
+
def function():
xyz
with open(self.tempfile1, 'w') as f:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit