]> granicus.if.org Git - python/commit
Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:29:03 +0000 (00:29 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:29:03 +0000 (00:29 +0200)
commitbf2e2f9bdf3366abf6004cad2cc46782d8b31367
tree6f2f09289e997519178d630d1ab6db8198f97933
parent3f15cf0961946702c87e09bc312b2bfec39654b6
Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure
(MemoryError).
Modules/zlibmodule.c