commit | aaa8ed8b84c3c3fdf799e5c6aa538fbb54d6cb41 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@wyplay.com> | Wed Jul 10 13:57:55 2013 +0200 |
committer | Victor Stinner <vstinner@wyplay.com> | Wed Jul 10 13:57:55 2013 +0200 |
tree | 41dd62a9ceaaae835b26ade71d16ab19277e9619 | |
parent | 19361a2046c2f4006decf0e35265821dda2e78e7 [diff] |
Issue #18408: Fix call_exc_trace(): if the traceback is NULL, use None when building the tuple (type, value, traceback) passed to the callback. PyTuple_Pack() does crash if an argument is NULL.