Author: Armin Rigo <[email protected]>
Branch:
Changeset: r79962:12419799c389
Date: 2015-10-04 10:39 +0200
http://bitbucket.org/pypy/pypy/changeset/12419799c389/
Log: complete the fix
diff --git a/rpython/jit/metainterp/test/test_fficall.py
b/rpython/jit/metainterp/test/test_fficall.py
--- a/rpython/jit/metainterp/test/test_fficall.py
+++ b/rpython/jit/metainterp/test/test_fficall.py
@@ -191,6 +191,7 @@
kwds['expected_call_release_gil_i'] =
kwds.pop('expected_call_release_gil', 1)
else:
kwds['expected_call_release_gil_f'] =
kwds.pop('expected_call_release_gil', 1)
+ kwds['expected_call_release_gil_i'] = 0
maxint32 = 2147483647
a = r_longlong(maxint32) + 1
b = r_longlong(maxint32) + 2
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit