commit | 35f2803a2454231de6c0c29e91a819c847e4da18 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 21 12:16:35 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 21 12:16:35 2013 +0100 |
tree | 6b0e5ceccab42a4e0517ad2229c81265ea6db5c0 | |
parent | a282825bf6fae1f0d492df8a6ced15df4fa94222 [diff] |
Close #19578: Fix list_ass_subscript(), handle list_resize() failure Notify the caller of the failure (MemoryError exception).