commit | f69fa1756f1d9bf2fd930894b9c9f37de4d85d9b | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Mon Apr 30 15:58:51 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Mon Apr 30 15:58:51 2007 +0000 |
tree | 9e1ff8e0f6dec6dfb6aadabad0a763a613279244 | |
parent | 80a42c079f5cb7bfc7826d5abe26ebd682f80691 [diff] |
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. ........