Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r73204:b566335eb1fc
Date: 2014-08-30 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/b566335eb1fc/

Log:    Add a warning

diff --git a/rpython/jit/backend/test/runner_test.py 
b/rpython/jit/backend/test/runner_test.py
--- a/rpython/jit/backend/test/runner_test.py
+++ b/rpython/jit/backend/test/runner_test.py
@@ -2702,6 +2702,9 @@
                 assert r == result
 
     def test_call_release_gil_variable_function_and_arguments(self):
+        # NOTE NOTE NOTE
+        # This also works as a test for ctypes and libffi.
+        # On some platforms, one of these is buggy...
         from rpython.rlib.libffi import types
         from rpython.rlib.rarithmetic import r_uint, r_longlong, r_ulonglong
         from rpython.rlib.rarithmetic import r_singlefloat
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to