]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:32:04 +0000 (00:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 22:32:04 +0000 (00:32 +0200)
commite0af3a802a67d3467b18510869ee1cf9d233fe8e
treebbcb6621d32461db6fac11ae277b5fa3f74b5617
parentbf2e2f9bdf3366abf6004cad2cc46782d8b31367
Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
failure.
Python/peephole.c