Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a879e8

Browse files
committed
#9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service
1 parent 126c296 commit 3a879e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/ctypes/test/test_callbacks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def EnumWindowsCallbackFunc(hwnd, lParam):
199199
return True #Allow windows to keep enumerating
200200

201201
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
202-
self.assertFalse(windowCount == 0)
203202

204203
################################################################
205204

0 commit comments

Comments
 (0)