]> granicus.if.org Git - python/commit
Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Nov 2013 00:21:00 +0000 (01:21 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Nov 2013 00:21:00 +0000 (01:21 +0100)
commitc82729e44f2935f72b5cd0e7eb36a87558459663
treebe8e3f4dca4081604edb65d522f2c7e450ddb251
parent507eabdf11d34cd95cbe44ba876af0a414d7f597
Issue #19437: Fix fold_unaryops_on_constants() of the peephole optimizer, clear
the exception when PyList_Append() fails
Python/peephole.c