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 82a6659 commit 400a62dCopy full SHA for 400a62d
Lib/test/test_ctypes/test_memfunctions.py
@@ -82,7 +82,6 @@ def test_wstring_at(self):
82
def test_memoryview_at(self):
83
b = (c_byte * 10)()
84
85
- foreign_ptr = cast(b, c_void_p)
86
size = len(b)
87
for foreign_ptr in (
88
b,
0 commit comments