]> granicus.if.org Git - python/commit
Added NEWS entry, plus:
authorThomas Heller <theller@ctypes.org>
Fri, 11 Jan 2008 19:48:46 +0000 (19:48 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 11 Jan 2008 19:48:46 +0000 (19:48 +0000)
commitb9c741c43cdd08a18120f23cfca81afeaead9820
treeb533ae8c7725497266e60b5ad6fba4878c03454e
parentc5bb8684145e80a2410bd1956b068706db61c794
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.
........
Lib/ctypes/test/test_funcptr.py
Misc/NEWS
Modules/_ctypes/_ctypes.c