cpython/Lib/ctypes
Thomas Heller 748f6fbf2c Fix memory leaks in the ctypes test suite, reported by valgrind, by
free()ing the memory we allocate.
2006-05-05 18:43:24 +00:00
..
macholib Remove .cvsignore and set svn:ignore for *.pyc *.pyo. 2006-03-08 23:31:17 +00:00
test Fix memory leaks in the ctypes test suite, reported by valgrind, by 2006-05-05 18:43:24 +00:00
__init__.py Merge in changes from ctypes 0.9.9.6 upstream version. 2006-04-21 16:51:04 +00:00
_endian.py Whitespace normalization. 2006-03-09 01:15:05 +00:00
util.py Merge in changes from ctypes 0.9.9.6 upstream version. 2006-04-21 16:51:04 +00:00
wintypes.py