Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r61399:4d0ba925ec33 Date: 2013-02-17 22:23 -0800 http://bitbucket.org/pypy/pypy/changeset/4d0ba925ec33/
Log: this now passes diff --git a/lib-python/3.2/ctypes/test/test_stringptr.py b/lib-python/3.2/ctypes/test/test_stringptr.py --- a/lib-python/3.2/ctypes/test/test_stringptr.py +++ b/lib-python/3.2/ctypes/test/test_stringptr.py @@ -29,7 +29,6 @@ self.assertRaises(TypeError, setattr, x, "str", "Hello, World") - @xfail def test__c_char_p(self): class X(Structure): _fields_ = [("str", c_char_p)] _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit