Author: Armin Rigo <[email protected]> Branch: Changeset: r50504:8a5fb10fc8c4 Date: 2011-12-14 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/8a5fb10fc8c4/
Log: Bah, sorry. diff --git a/lib-python/modified-2.7/ctypes/test/test_callbacks.py b/lib-python/modified-2.7/ctypes/test/test_callbacks.py --- a/lib-python/modified-2.7/ctypes/test/test_callbacks.py +++ b/lib-python/modified-2.7/ctypes/test/test_callbacks.py @@ -1,5 +1,6 @@ import unittest from ctypes import * +from ctypes.test import xfail import _ctypes_test class Callbacks(unittest.TestCase): _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
