]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:27:42 +0000 (22:27 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 8 Jul 2013 20:27:42 +0000 (22:27 +0200)
commit0ff0f54dd498170d5698132d24deeeaaab9bf5df
tree71596aee9ad338c70dae4198c6e3a9e4e8069016
parent9812af8e727ee38f6526d377d84fb7f4507e23bc
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
(in load_args()), ex: MemoryError.
Python/ceval.c