]> granicus.if.org Git - python/commit
Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 19:50:21 +0000 (21:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 19:50:21 +0000 (21:50 +0200)
commit764a46d2ed3a70b67be58ac93470837e33a7ed19
tree585a9f98151e2bcff65ccad86c1daf05d963cc13
parent2ff51b83b88b65818479706f2d5238c52bbae296
Issue #18408: Fix heapq.heappop(), handle PyList_SetSlice() failure
Modules/_heapqmodule.c