]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 02:50:21 +0000 (03:50 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 02:50:21 +0000 (03:50 +0100)
commit68f6adca6dbcf25c5cb3c2c411eaf0f9f6f1e793
treedd9445a9dfd0d93f318c0d30f7517649d969ba95
parentcc64eb5b9feaf610e75565600f6c6331e8fbe8d4
Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory
allocation failure
Modules/_ctypes/_ctypes.c