]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:42:14 +0000 (00:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:42:14 +0000 (00:42 +0200)
commita41f08514463ffe1f985e1ef5b3e9123e7222dc5
tree6677cbae4fe397a672a7d58f58778c37a4352619
parentfb3a630001ee40baa6f13743d32fd3a2756fcc3d
Issue #18408: pmerge() help of mro_implementation() now raises MemoryError on
memory allocation failure

Replace also PyMem_Free() with PyMem_FREE() to be consistent with the rest of
the function.
Objects/typeobject.c