cpython/Lib/ctypes
Thomas Heller 6058aa40d2 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.
2006-03-13 07:33:38 +00:00
..
macholib Remove .cvsignore and set svn:ignore for *.pyc *.pyo. 2006-03-08 23:31:17 +00:00
test Remove the slightly broken test_leaks.py. 2006-03-13 07:33:38 +00:00
__init__.py Remove the magic to run an uninstalled ctypes version from a CVS sandbox. 2006-03-09 19:40:00 +00:00
_endian.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
_loader.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
wintypes.py