Try to debug overspecified test :(
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
index e1f9ae9..91b8951 100644
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -292,7 +292,8 @@
         stdin: latin-1:surrogateescape
         stdout: latin-1:surrogateescape
         stderr: latin-1:backslashreplace""").format(sys)
-
+        # Looks like this overspecifies the output :(
+        self.maxDiff = None
         self.assertEqual(out.strip(), expected_output)
 
 class SkipitemTest(unittest.TestCase):