Added NEWS entry, plus:
commit8098308a7c2f7478a634c07f659b670495992cac
authorthomas.heller <thomas.heller@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 11 Jan 2008 19:48:46 +0000 (11 19:48 +0000)
committerthomas.heller <thomas.heller@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 11 Jan 2008 19:48:46 +0000 (11 19:48 +0000)
treeae8df5b6c021413630d07e101d6115c60c153139
parent0d729eaf0947f1f58360b04d9f936e68c4e0a9f4
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.
........

git-svn-id: http://svn.python.org/projects/python/branches/release25-maint@59926 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/ctypes/test/test_funcptr.py
Misc/NEWS
Modules/_ctypes/_ctypes.c