We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a1dce commit 41f01a6Copy full SHA for 41f01a6
Lib/test/test_ctypes/test_prototypes.py
@@ -93,7 +93,7 @@ def test_paramflags_outarg(self):
93
proto = CFUNCTYPE(c_int, c_char_p, c_int)
94
with self.assertRaisesRegex(TypeError, "must be a pointer type"):
95
func = proto(("myprintf", testdll), ((1, "fmt"), (2, "out")))
96
-
+
97
proto = CFUNCTYPE(c_int, c_char_p, c_void_p)
98
99
0 commit comments