commit | 0ff0f54dd498170d5698132d24deeeaaab9bf5df | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jul 08 22:27:42 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jul 08 22:27:42 2013 +0200 |
tree | 71596aee9ad338c70dae4198c6e3a9e4e8069016 | |
parent | 9812af8e727ee38f6526d377d84fb7f4507e23bc [diff] |
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure (in load_args()), ex: MemoryError.