]> granicus.if.org Git - python/commit
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:20:44 +0000 (22:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:20:44 +0000 (22:20 +0200)
commitb27cd3e5ad9e3da24cdce7f498fa64d2994788a0
tree4151e4007bc1875392ee14f84a682216f2fd92fe
parentc9b7f51ec203ea5148014741d1fefe1a0faeefa1
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
Objects/listobject.c