]> granicus.if.org Git - python/commit
Merged revisions 55025 via svnmerge from
authorThomas Heller <theller@ctypes.org>
Mon, 30 Apr 2007 15:58:51 +0000 (15:58 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 30 Apr 2007 15:58:51 +0000 (15:58 +0000)
commitf69fa1756f1d9bf2fd930894b9c9f37de4d85d9b
tree9e1ff8e0f6dec6dfb6aadabad0a763a613279244
parent80a42c079f5cb7bfc7826d5abe26ebd682f80691
Merged revisions 55025 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk/Modules/_ctypes

........
  r55025 | thomas.heller | 2007-04-30 17:44:17 +0200 (Mo, 30 Apr 2007) | 4 lines

  Make sure to call PyErr_NoMemory() in several places where
  PyMem_Malloc() could potentially fail.

  Will backport to the release25-maint branch.
........
Modules/_ctypes/callproc.c
Modules/_ctypes/cfield.c
Modules/_ctypes/stgdict.c