commit | 8f4ec8d3ef9a75d7238c93cb55fdfcd0fe4ddc02 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 05 01:10:29 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 05 01:10:29 2014 +0200 |
tree | 1c8171082d5ed865bac9c71f8aa1b08f6f6c708b | |
parent | 47e40429fbebb7c0751c5cb20d666089b05710c6 [diff] |
Issue #22290: PyObject_Call() now fails with an assertion error when called with an exception set. This new assertion helps to understand if the exception was already set before calling the function or raised by the function.