]> granicus.if.org Git - python/commit
Remove the slightly broken test_leaks.py.
authorThomas Heller <theller@ctypes.org>
Mon, 13 Mar 2006 07:33:38 +0000 (07:33 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 13 Mar 2006 07:33:38 +0000 (07:33 +0000)
commit6058aa40d288d8cdd93dddfe9c660450f598b3ae
tree74e2bca66e195bbb3cbadebe4d581035db2ada23
parentb1386772b5864f18bde618f76f4291986a48ed8c
Remove the slightly broken test_leaks.py.

Change test_functions.py so that it can be run multiple time without
failing: Assign a restype to the function in test_intresult, and move
the definition of class POINT to module level so that no new class is
created each time the test is run.
Lib/ctypes/test/test_functions.py
Lib/ctypes/test/test_leaks.py [deleted file]