cpython/Lib/ctypes
Thomas Heller b9c741c43c Added NEWS entry, plus:
Merged revisions 59925 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes

........
  r59925 | thomas.heller | 2008-01-11 20:34:06 +0100 (Fr, 11 Jan 2008) | 5 lines

  Raise an error instead of crashing with a segfault when a NULL
  function pointer is called.

  Will backport to release25-maint.
........
2008-01-11 19:48:46 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Added NEWS entry, plus: 2008-01-11 19:48:46 +00:00
__init__.py Change ctypes version number to 1.0.3 (when Python 2.5.2 is released, 2007-12-19 17:22:34 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. 2007-09-14 20:05:26 +00:00
wintypes.py Merged revisions 55677 via svnmerge from 2007-05-30 07:07:34 +00:00