Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 400a62d

Browse filesBrowse files
committed
Remove unneeded line
1 parent 82a6659 commit 400a62d
Copy full SHA for 400a62d

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Lib/test/test_ctypes/test_memfunctions.py‎

Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_memfunctions.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_wstring_at(self):
8282
def test_memoryview_at(self):
8383
b = (c_byte * 10)()
8484

85-
foreign_ptr = cast(b, c_void_p)
8685
size = len(b)
8786
for foreign_ptr in (
8887
b,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.